Skip to content

CSS module support, @extend support, and more #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

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.

1 participant