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.
move the styles from style.css into respective sass components and remove style.css as its empty now
Adds node-sass, sass-loader and sass-mq
Adds sass files
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.
move the styles from style.css into respective sass components and remove style.css as its empty now