mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-09 14:25:58 +00:00
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
|
const tailwindcss = require('tailwindcss');
|
||
|
module.exports = {
|
||
|
plugins: [
|
||
|
'postcss-preset-env',
|
||
|
tailwindcss
|
||
|
],
|
||
|
};
|