Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Commit de15d8b

Browse files
committed
Polyfill CSS variables for IE 11
1 parent 0158a7d commit de15d8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"dedent": "^0.7.0",
1717
"highlight.js": "^9.15.6",
1818
"next": "^8.1.0",
19+
"postcss-custom-properties": "^8.0.10",
1920
"postcss-import": "^12.0.1",
2021
"postcss-nested": "^4.1.2",
2122
"react": "^16.8.6",

postcss.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
require('postcss-import'),
99
require('tailwindcss'),
1010
require('postcss-nested'),
11+
require('postcss-custom-properties'),
1112
require('autoprefixer'),
1213
]
1314
}

0 commit comments

Comments
 (0)