yankaindustries / mc-components

Components library and core styles for Masterclass
https://yankaindustries.github.io/mc-components
11 stars 3 forks source link

Fix rempx bug on scale demo #740

Closed stephenp closed 4 years ago

stephenp commented 4 years ago

Overview

We had a bug on the storybook scale page after the refactoring of the scale to use css variables where it was rendering the demo with rempx values. image

Fixed: image

Risks

None - only affects storybook scss file.

Changes

Updates the "scale" story to show the correct px values for scale values.

Issue

https://github.com/yankaindustries/mc-components/issues/728

Breaking change?

Backwards Compatible