Skip to content

geelen/postcss-traits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postcss-traits

When you want code like this:

[ui-SomeObject] {
  @trait(b: one 2 three-and-a-half, c: 4 4½);
}

to generate the following for postcss-mixins:

[ui-SomeObject] {
  @mixin b;
  @mixin b:one;
  @mixin b:2;
  @mixin b:three-and-a-half;
  @mixin c;
  @mixin c:4;
  @mixin c:4½;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published