stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.91k stars 249 forks source link

size() doesn't work with !important #314

Open artialex opened 8 years ago

artialex commented 8 years ago
div
  size 5px 10px !important 

produces

div {
  width: 5px;
  height: 10px;
}