Skip to content

Commit

Permalink
FSR-794 removed node-sass, added sass. updated some stylings (#540)
Browse files Browse the repository at this point in the history
* FSR-794 removed node-sass, added sass. updated some stylings

* FSR-794 removed css stylings, used html class instead

---------

Co-authored-by: Ash Taylor <[email protected]>
  • Loading branch information
ashleyjtaylor and Ash Taylor authored Sep 20, 2023
1 parent 2a7e86d commit 1c4c487
Show file tree
Hide file tree
Showing 8 changed files with 161 additions and 1,817 deletions.
8 changes: 5 additions & 3 deletions build/build-css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

node-sass --output-style=compressed \
--output=server/dist/stylesheets \
server/src/sass
sass --style=compressed \
--load-path=node_modules \
--quiet-deps \
server/src/sass/application.scss \
server/dist/stylesheets/application.css
Loading

0 comments on commit 1c4c487

Please sign in to comment.