#503: Allow making changes to preview URL + tailwind v3 update

This commit is contained in:
Elio Struyf
2023-02-05 14:13:43 +01:00
parent 4a50cf70a0
commit 8a4b24396c
8 changed files with 2014 additions and 665 deletions

View File

@@ -1,9 +1,10 @@
const tailwindcss = require('tailwindcss');
module.exports = {
plugins: [
require('postcss-nested'),
tailwindcss('./tailwind.config.js'),
require('autoprefixer'),
],
plugins: {
'postcss-import': {},
'tailwindcss/nesting': {},
tailwindcss: {},
autoprefixer: {},
}
};