Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] Fix the mess that is css #957

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Commits on Apr 30, 2024

  1. Fix the mess that is css

    - 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 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a3ced2e View commit details
    Browse the repository at this point in the history