primer-css
released this
09 Jul 10:01
·
116 commits
to main
since this release
See documentation for this release
Patch Changes
-
#632
77b98a4c
Thanks @joshfarrant! - Partial revert of changes to theLogoSuite
logobar elements.To allow optimal treatment of logos based on their respective file formats,
<img>
tag will continue be styled with a CSS filter, whereas inline<svg>
elements will be styled with CSS fill. -
#637
8887dc37
Thanks @joshfarrant! - Fixes previously non-functionalaspectRatio
prop onImage
component -
#636
3a76bfba
Thanks @rezrah! - AddedStatistic
component.Use the statistic component to display concise numerical information.
<Statistic> <Statistic.Heading>+25%</Statistic.Heading> <Statistic.Description>increase in developer speed</Statistic.Description> </Statistic>
See the documentation for more usage examples.