pascalduez / postcss-map

PostCSS plugin enabling configuration maps
The Unlicense
121 stars 7 forks source link

Map transform to `custom-media` #6

Open pascalduez opened 9 years ago

pascalduez commented 9 years ago
small: 
  max-width: 30em
@custom-media --small (max-width: 30em);

@media (--small) { ... }
TrySound commented 9 years ago

https://github.com/pascalduez/postcss-map/issues/5#issuecomment-149066491