We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fa6a7 commit 3b99816Copy full SHA for 3b99816
config/postcss.config.js
@@ -1,24 +1,22 @@
1
-module.exports = (api) => {
2
- return {
3
- plugins: [
4
- 'postcss-import',
5
- 'postcss-url',
6
- 'postcss-nested',
7
- [
8
- 'postcss-preset-env',
9
- {
10
- stage: 2,
11
- features: {
12
- 'nesting-rules': false
13
- }
+module.exports = {
+ plugins: [
+ 'postcss-import',
+ 'postcss-url',
+ 'postcss-nested',
+ [
+ 'postcss-preset-env',
+ {
+ stage: 2,
+ features: {
+ 'nesting-rules': false
14
}
15
- ],
16
17
- 'postcss-custom-media',
18
19
- preserve: false
20
21
- ]
+ }
+ ],
+ 'postcss-custom-media',
+ preserve: false
22
]
23
+ ]
24
0 commit comments