1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-11 14:35:29 -04:00

add postcss-focus & postcss-color-rgba-fallback

This commit is contained in:
2020-05-13 21:11:28 -04:00
parent 5ece879708
commit 59a92fc60e
3 changed files with 28 additions and 1 deletions
+4
View File
@@ -4,6 +4,10 @@ module.exports = {
},
plugins: [
require("autoprefixer")(),
require("postcss-focus")(),
require("postcss-color-rgba-fallback")({
properties: [ "background-image" ]
}),
require("postcss-clean")({
compatibility: "*",
level: 0,