Skip to content

Commit b8e65f0

Browse files
committed
chore: postcss
1 parent 2bb1f0d commit b8e65f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ Client-side style injection now injects all styles upfront to ensure consistent
7070

7171
Note the injection order is still not guaranteed, so you should avoid writing CSS that relies on insertion order.
7272

73+
### PostCSS
74+
75+
`vue-loader` no longer auto applies PostCSS transforms. To use PostCSS, configure `postcss-loader` the same way you would for plain CSS outside `*.vue` files.
76+
7377
### CSS Modules
7478

7579
CSS Modules now need to be explicitly configured in main webpack config's `css-loader` options. The `module` attribute on `<style>` tags are still needed for locals injection into the component.

0 commit comments

Comments
 (0)