-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
PostCSS 8 #8087
Copy link
Copy link
Closed
Labels
2.x✨ enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality
Metadata
Metadata
Labels
2.x✨ enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
PostCSS 8 came with a new plugin API. Right now Nuxt.js users can use new PostCSS plugins because Nuxt.js uses PostCSS 7.
Describe the solution you'd like
Update PostCSS from
^7.0.0to^8.0.0Additional context
PostCSS 8 changelog
The only breaking changes important for Nuxt.js is dropping Node.js 6 and 8 support.