-
Notifications
You must be signed in to change notification settings - Fork 532
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
remove scoped styles #20
Comments
@lionel-bijaoui so we need to remove |
I can base myself on the webpack vue-cli template. |
This code is from my other project where I'm using ExtractTextPlugin for sccs extraction: |
I don't know how this css should be linked. If I use npm to install |
in Vue you can import as a npm js module from node_modules... (I think :) ) import style from "vue-form-generator/dist/vue-form-generator.css" |
Ok, I don't have anything else to do on the files then. I found a way to Le 8 août 2016 16:11, "Icebob" [email protected] a écrit :
|
I would like to do the alternative style if possible. |
Ok, it would be good! |
@lionel-bijaoui would you like to create a custom css styles to demonstrate this new feature on fiddle or codepen or webpackbin? Not problem if not. |
Yeah, I was waiting for the official fiddle to start hacking :) |
Great! You can use it as a base. It is updated and removed bootstrap dependency: https://jsfiddle.net/icebob/0mg1v81e/ |
Done : https://jsfiddle.net/0mg1v81e/31/ |
Great! Good job! |
vue-form-generator.css
file. enhancement: extract styles to avue-form-generator.css
file. #27scoped
from stylesThe text was updated successfully, but these errors were encountered: