Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 247 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 247 Bytes

PostCSS MasuCSS

PostCSS plugin to write stylesheets as like a real Masucci.

body {
  background-color: glugluglu;
  font-size: 16px !tacchino;
}

becomes:

body {
  background-color: blue;
  font-size: 16px !important;
}