question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

remove scoped styles

See original GitHub issue
  • Extract styles to a vue-form-generator.css file. #27
  • remove scoped from styles
  • create fiddle with an alternate style
  • Update examples, fiddle
  • Update docs

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
lionel-bijaouicommented, Aug 10, 2016

Done : https://jsfiddle.net/0mg1v81e/31/ I used this example (Form Style 4) to get started. I hope you like the result.

1reaction
icebobcommented, Aug 10, 2016

Great! You can use it as a base. It is updated and removed bootstrap dependency: https://jsfiddle.net/icebob/0mg1v81e/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Remove <style scoped> · Issue #552 · whatwg/html - GitHub
In my humble opinion, this "scoped style" is not a good idea because it requires user to add the tags into specific locations...
Read more >
Remove style-scope from nested elements in Polymer 1.0
I'm trying to add a paper-button element inside a paper-dialog, but the styling doesn't get picked up, as it keeps adding the style-scope...
Read more >
HTML scoped Attribute - W3Schools
The scoped attribute is a boolean attribute. When present, it specifies that the styles only apply to this element's parent element and that...
Read more >
Scoped CSS - Vue Loader
Scoped styles do not eliminate the need for classes. Due to the way browsers render various CSS selectors, p { color: red }...
Read more >
Saving the Day with Scoped CSS
The scope method allows you to keep those styles specific to the page they're needed on, without bloating your main stylesheet and having...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found