hot reload

This commit is contained in:
Robin Appelman 2021-08-01 17:05:42 +02:00
commit eb629acd5b
8 changed files with 11978 additions and 4825 deletions

6
www/postcss.config.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
plugins: [
'postcss-preset-env',
'postcss-nested'
]
};