postcss-map icon indicating copy to clipboard operation
postcss-map copied to clipboard

Map transform to `custom-media`

Open pascalduez opened this issue 9 years ago • 1 comments

small: 
  max-width: 30em
@custom-media --small (max-width: 30em);

@media (--small) { ... }

pascalduez avatar Mar 12 '15 09:03 pascalduez

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

TrySound avatar Oct 19 '15 00:10 TrySound