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.
Changes
Convert docs site to scss from less.
Add scss to packages.
Change
grid__push
tou-grid-push
.Change
grid__nested-col-group
tou-grid-nested-col-group
.Change
grid__column
tou-grid-column
.Change
u-link--colors
tou-link-colors
.Change
u-link--colors-base
tou-link-colors-base
.Change
u-link--no-border
tou-link-no-border
.Change
u-link--hover-border
tou-link-hover-border
.Change
u-link--border
tou-link-border
.Change
@grid_gutter-width
to$grid-gutter-width
Change
@block--bg
to$block-bg
.Testing
yarn install && yarn build && yarn build-packages
Notes
/
, and instead uses the namespacedmath.div(…,…)
.Todo
cfpb-design-system
, from which each component can be extracted. In the interim, what we should do in cfgov is to importcfpb-design-system.scss
instead of the individual packages. Some of the other imports will need to be sorted out on a case-by-case basis, sinceimport (reference)
doesn't have an equivalent in sass (see https://stackoverflow.com/questions/22851662/what-is-the-equivalent-of-lesss-import-reference-style-in-sass).