website icon indicating copy to clipboard operation
website copied to clipboard

[DRAFT] Fix the mess that is css

Open TomNUSDS opened this issue 1 year ago • 0 comments

  • Move scss source out of /assets/stylesheets/ and into the root /stylesheets
  • Move the application.css (which is currently a static asset) into /assets/css
  • Update build steps to READ from /stylesheets and output into /assets/css
  • Update _head.html to use the /assets/css output location.
  • Remove the SASS from _config.yml to test

TomNUSDS avatar Apr 30 '24 19:04 TomNUSDS