You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -109,6 +110,15 @@ body { background: myBrandColor }
109
110
body { background: blue }
110
111
```
111
112
113
+
#### preprocessValues `boolean`
114
+
115
+
When enabled, permit plugins defined earlier in the PostCSS pipeline to modify `@value` declarations before they are recorded by this plugin.
116
+
117
+
#### importsAsModuleRequests `boolean`
118
+
119
+
When enabled, value imports will be resolved as module requests, in line with `css-loader`'s resolution logic [as of 2.0.0](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#200-2018-12-07).
120
+
If your code is written with pre-2.0 import syntax, and utilises [postcss-modules-tilda] for compatibility, this option is not required.
121
+
112
122
### calc() and @value
113
123
114
124
To enable calculations *inside***@value**, enable media queries support in [postcss-calc]:
0 commit comments