You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit of a "burn it all down" PR for the CSS just to give us more of a blank slate to work with since we're rethinking a lot of the design.
This updates the CSS architecture and foundational styling in accordance with Roux (thoughbot's best practices for CSS)
As a note this is not the actual styling for our redesign, just the foundations. We'll have to re-integrate all of that as we build out our new components
Uses Lightning CSS for compilation since it's a little lighter for our needs than PostCSS
Fixed a bug on the livereload to resolve the path locations as expected
Overall this is kind of a hodge podge of updates but sets us up for our CSS redesigning both stylistically and developmentally.
The reason will be displayed to describe this comment to others. Learn more.
Nice, this will set us up to work efficiently adding new styles. Could you throw a screenshot for before/after in here just so we know what to expect when we go into the site after this?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a bit of a "burn it all down" PR for the CSS just to give us more of a blank slate to work with since we're rethinking a lot of the design.
Overall this is kind of a hodge podge of updates but sets us up for our CSS redesigning both stylistically and developmentally.