-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update styles with R2 test findings #561
Conversation
Reorder based on recommended order in https://github.com/Office-of-Digital-Innovation/California-State-Template/blob/master/ssi/head-css-js.html
@import './cagov.core.css'; | ||
@import './colorscheme-oceanside.css'; | ||
@import './custom.css'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: these are the substantive changes to this file. Other changes are auto-lint changes.
@@ -2,7 +2,7 @@ | |||
* Preview.js is loaded in the Canvas tab, the “preview” iframe that renders your components in isolation. Use preview.js | |||
* for global code (such as CSS imports or JavaScript mocks) that applies to all stories. | |||
*/ | |||
import '../styles/globals.scss' | |||
import '../public/styles/globals.scss' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rocketnova I added this in a new commit, but I think its trivial enough that I'm approving & merging
Ticket
Resolves #560
Changes
cagov.font-only.css
withcagov.core.css
in order to pull in default stylescustom.css
that includes their brand overrides of the base cagov brand stylescolorscheme-oceanside.min.css
with non minified verion for easier debugging (next will minify anyway)styles/
underpublic
fancybox/
imagesContext
Please ignore changes to
claim-status.json
. Merge this PR after #559.Although the desired effect is to update the on-page link styles, pulling in the upstream base css files makes CST more consistent with UIO for minimal effort.
Testing
Visual comparison needed. May want to tag in @nicoleslaw