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 3bdacb3 commit c10cfc7Copy full SHA for c10cfc7
README.md
@@ -29,7 +29,7 @@ module.exports = {
29
```
30
31
32
-### Instead postcss-loader
+### Instead of postcss-loader
33
34
webpack config example:
35
@@ -85,6 +85,14 @@ module.exports = {
85
86
You can see type tips for detailed configurable items
87
88
+## Advanced
89
+
90
+### Custom media queries
91
92
+`lightningcss-loader` uses a heuristic methods to support `Custom media queries` syntax.
93
94
+Make sure the defined `@custom-media` file no other CSS. otherwise it may generate duplicate CSS and increase the bundle size.
95
96
## Migration from `parcel-css-loader`
97
98
1. Remove and install:
0 commit comments