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
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,10 @@ Client-side style injection now injects all styles upfront to ensure consistent
70
70
71
71
Note the injection order is still not guaranteed, so you should avoid writing CSS that relies on insertion order.
72
72
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
+
73
77
### CSS Modules
74
78
75
79
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