Skip to content

Commit c10cfc7

Browse files
committed
docs: update 🍰
1 parent 3bdacb3 commit c10cfc7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
```
3030

3131

32-
### Instead postcss-loader
32+
### Instead of postcss-loader
3333

3434
webpack config example:
3535

@@ -85,6 +85,14 @@ module.exports = {
8585

8686
You can see type tips for detailed configurable items
8787

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+
8896
## Migration from `parcel-css-loader`
8997

9098
1. Remove and install:

0 commit comments

Comments
 (0)