-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
Version
Reproduction link
https://github.com/AndrewBogdanovTSS/nuxt-css-order
Steps to reproduce
- Clone the repo
- $ nuxt build
- $ nuxt start
What is expected ?
Swiper active control has orange color and positioned at the bottom http://take.ms/UsNSR
What is actually happening?
Swiper active control has blue color and has a shift of 10px
http://take.ms/ZDjz0
Additional comments?
This issue is happening due to a fact that order of extracted css files is wrong when extractCSS is in use.
vendors.css
is placed after app.css
this is causing vendor styles to override stylesheets defined by the user
http://take.ms/ynVEVK
http://take.ms/D8FH9
amoshydra, dotneet, seybsen, simllll, suits-at and 24 moresheppard30, brolnickij and ycjcl868