Closed planktonic closed 1 year ago
Fixes #693
import breakpoints from '../exports/_breakpoints.scss'; console.log(breakpoints['s']); // 'screen and (max-width:29.9375em)' console.log(breakpoints['m']); // 'screen and (min-width:30em)' console.log(breakpoints['l']); // 'screen and (min-width:55em)' // …
import colorPalette from '../exports/_color-palette.scss'; console.log(colorPalette['brand-1.lighter']); // '#f4f2ff' console.log(colorPalette['brand-1.light']); // '#c8bfff' console.log(colorPalette['brand-1.base']); // '#644dff' // …
Delete if not applicable:
unreleased
Fixes #693
Changes
Example
Checks
Delete if not applicable:
unreleased
section of CHANGELOG.md