[x] Enqueues main.css
Import fonts into sass file and remove the enqueue so that its already imported with main.css and avoids additional http request for fonts.
[x] move the styles from style.css into respective sass components and remove style.css as its empty now
[x] Adds
node-sass
,sass-loader
andsass-mq
[x] Adds sass files
[x] Enqueues main.css Import fonts into sass file and remove the enqueue so that its already imported with main.css and avoids additional http request for fonts.
[x] move the styles from style.css into respective sass components and remove style.css as its empty now