This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
v9.0.0
- Breaking Implement
@use
&@forward
syntax in preference toimport
statements due to deprecation indart-sass
. - v9 Migration Guide can be found here.
- README updated with new usage info. Documentation on vue.pie.design updated with full info on migration and usage.
- SCSS unit testing capabilities using
sass-true
Changed
yarn test
command now tests js and scss together withtest:js
andtest:scss
individually being called- Updated to the latest non-breaking version of
pie-design-tokens
. Will update tov2+
of the design tokens as a separate fozzie release, so that any applications updating todart-sass
don't also potentially have to make a bunch of token name updates as part of this v9 release. - CanIUse DB updated to latest.
- Jest config updated due to version update (
testURL
moved totestEnvironmentOptions
).
Fixed
$font-size-base
was pointing incorrectly at thefont-paragraph-01
design token (which is used for paragraph spacing). Have fixed this to now point at the correct font-size token.- Default font-size key in
font-size
mixin changed frombody-s
tobody-l
(14px
to16px
).