justtoconfirm / booking

0 stars 0 forks source link

Transpile SCSS into CSS #3

Closed justtoconfirm closed 5 years ago

justtoconfirm commented 5 years ago

To style our application we will use SCSS. This will need to be transpiled into CSS for use within the browser. Webpack Loaders can possibly be used to transpile SCSS into CSS. The aim of this ticket is to setup the use of SCSS within the project.

justtoconfirm commented 5 years ago

Useful links:

justtoconfirm commented 5 years ago

Included the loaders to handle SCSS and CSS. We have also included a number of plugins that allow a HTML template to be created, named index.html, in the 'src' directory. When Webpack runs, this template is then copied over to the 'dist' directory with the JavaScript and CSS files for the application.

The SCSS is not transpiling into CSS. Need to understand why this is not working so the issue can be fixed and the CSS can then be used within the application.

justtoconfirm commented 5 years ago

This may potentially document how we can fix the issue: