-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue Cli 3 seems to be removing styles from assets #2475
Comments
👍 |
See #1020. |
@Justineo I tried to do the suggested fix of adding this to the vue.config.js, however it didn't work.
|
provide a reproduction, please. |
Works on my machine: https://asciinema.org/a/x0BYCcnRil3anJjL1EdQVLKoZ |
Was able to get this working, thanks 👍 |
It does not work for me. But when i delete |
Same here: It only works after removing "return options". |
Version
3.0.1
Reproduction link
https://github.com/ChadTaljaardt/BootstrapTest
Node and OS info
node 10.9.0 / yarn 1.9.4 / windows 7
Steps to reproduce
When you view the buttons from bootstrap, they should have a margin.
you can see a working version (without vue cli 3) here:
What is expected?
you can see a working version (without vue cli 3) here: https://jsfiddle.net/krq18pej/2/
What is actually happening?
There is no margin between the buttons.

Top version is Vue Cli 3 and bottom which is correct is the JSFiddle version
The text was updated successfully, but these errors were encountered: