Skip to main content

All Questions

Tagged with
3 votes
5 answers
14k views

Include 'normalize-scss' in Vue CLI 3

Just added the package normalize-scss to my new Vue project, but none of the styles are being applied... I've tried both: @import 'normalize-scss' in my styles.scss import 'normalize-scss' in my ...
0 votes
0 answers
1k views

Is Normalize.css/Reset CSS included in Angular/React/Vue.js?

Whenever working with modern Single Page Applications (SPAs) JavaScript frameworks such as Angular/React/Vue.js is it still necessary to include Normalize.css and/or Reset CSS? Do the frameworks ...