Laughing-Man-Studios / Ski-Resort-Dashboard

A small dashboard to display some statistics about the local ski resorts I visit
MIT License
0 stars 0 forks source link

Add SCSS To Build #87

Closed Rogibb111 closed 1 year ago

Rogibb111 commented 1 year ago

After looking over the Play Framework documentation, they made it seem pretty easy to incorporate SASS into the build using an SBT plugin. I had originally thought it would be more difficult like the Typescript plugins I had found but the Play Framework documentation spelled it out pretty well. I also took a look at the GitHub page for the plugin, and it seems way more maintained and used than any of the Typescript plugins. From what I can see, the work to get this in should be as easy as:

Play says the build will automatically compile them into the public/stylesheets folder as CSS. Seems great!