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

Conversation

TomNUSDS
Copy link
Contributor

  • 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

- 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 TomNUSDS requested a review from drew-usds April 30, 2024 19:55
@TomNUSDS TomNUSDS self-assigned this Apr 30, 2024
@TomNUSDS TomNUSDS marked this pull request as draft April 30, 2024 21:50
@TomNUSDS TomNUSDS changed the title Fix the mess that is css [DRAFT] Fix the mess that is css Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant