Skip to content

Commit e14123f

Browse files
authored
docs(css): duplicate @import behavior (#16304)
1 parent 45a06da commit e14123f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/config/shared-options.md

+4
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,10 @@ Whether to enable sourcemaps during dev.
292292

293293
Selects the engine used for CSS processing. Check out [Lightning CSS](../guide/features.md#lightning-css) for more information.
294294

295+
::: info Duplicate `@import`s
296+
Note that postcss (postcss-import) has a different behavior with duplicated `@import` from browsers. See [postcss/postcss-import#462](https://github.com/postcss/postcss-import/issues/462).
297+
:::
298+
295299
## css.lightningcss
296300

297301
- **Experimental:** [Give Feedback](https://github.com/vitejs/vite/discussions/13835)

0 commit comments

Comments
 (0)