[Vuejs]-How to include normalize.scss in vuejs?

-1๐Ÿ‘

I found clearly how to use.

This mean than you have to import it in your sass file using:

@import 'normalize-scss';
@include normalize();

After this your sass file is imported inside your main.js i guess.

Leave a comment