This repository was archived by the owner on Jan 31, 2018. It is now read-only.
Releases: cfpb/cf-core
Releases · cfpb/cf-core
Updating web type spacing and leading
Note: We are no longer optically adjusting margins/padding to match design mockups pixel perfectly
Changed
- Updated text leading (line-height) to match recommendation from CFPB Design Manual issue #349
- Updated text top and bottom margins to match recommendation from CFPB Design Manual issue #269
- Renamed subheader to lead-paragraph
Fixed
- Fixed subheading font-weight
Changes Display (superheading) to regular weight
1.3.1 Add .superheader back in with deprecation notice
Updates to 18F colors
Updates default colors to use colors from the 18F Web Design Standards.
Updated to use t-shirt sized breakpoint variables
- Updated to use t-shirt sized variables to break away from device centric development
- Prepared old device centric variable for deprecation
Changing color for default links to make visited links 508 compliant
1.1.3 Changing color for default links to make visited links 508 compliant
Changes to table styles to override browser defaults
This change adds styles to the TH element to explicitly override browser defaults.
Bugfix for exposed @font-size var
- Re-exposed the @font-size var for dependent code
- change to @font-size var stopped exposing var outside the mixin
- there is dependent code relying on the exposed @font-size variable to simplify em based values at mobile friendly breakpoints
Long-form Heading Mixins
Added long-form heading mixins for defining the styles vs short-form for using them
- Makes it possible to extend the headings for single-use custom sizes
- Fixes an issue with breakpoint recursion in the short-form headings
Changes to table styles
This release prepares cf-core for the arrival of cf-tables, which will contain the majority of our table styles
Bugfix for font-weight mixins that were using the reverse variables.
Swapped the font variables to match their mixins