Migrate to npm and cleanup css

This commit is contained in:
Dave Gallant
2024-01-08 17:21:23 -05:00
parent f0d0771ed2
commit 7501e07e19
8 changed files with 4016 additions and 8093 deletions

7
postcss.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
plugins: [
require('cssnano')({
preset: 'default',
}),
],
};