add initial support for tailwindcss (#134)
Add support for and demo using tailwindcss
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const tailwindcss = require('tailwindcss');
|
||||
const autoprefixer = require('autoprefixer');
|
||||
|
||||
module.exports = {
|
||||
plugins: ['postcss-preset-env', tailwindcss, autoprefixer],
|
||||
};
|
||||
Reference in New Issue
Block a user