1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-10-24 19:36:04 +02:00

Using css custom properties and moving dark mode js to top of page

This commit is contained in:
Andrew Davis
2020-02-03 18:11:22 -06:00
parent 5ed7a72db1
commit 56464d4ea8
7 changed files with 145 additions and 112 deletions

View File

@@ -1,7 +1,6 @@
module.exports = {
plugins: [
require('postcss-import'),
require('postcss-simple-vars'),
require('postcss-custom-properties'),
require('autoprefixer'),
]
}