Skip to content

Conversation

@rstacruz
Copy link
Owner

@rstacruz rstacruz commented May 11, 2019

You'll now be able to apply modular scale font sizes using CSS modules!

.myButton {
  composes: msFontSize2 from 'responsive-modular-scale.css/modularscale.module.css';
}

You can also use responsive-modular-scale as functional selectors (aka @extend):

.myButton {
  @extend %ms-font-size-2;
}

Lots of changes here - this is a full rewrite.

@rstacruz rstacruz changed the title CSS module support CSS module support, @extend support, and more Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants