jacobrask / styledocco

Automatically generate a style guide from your stylesheets.
http://jacobrask.github.com/styledocco/
MIT License
1.07k stars 119 forks source link

Ignoring certain style blocks #63

Open VarinderS opened 11 years ago

VarinderS commented 11 years ago

Hi, Just wondering if theres any way to ignore certain style blocks from being documented in styledocco. For example, ignoring following @font-face block from the stylesheet

@font-face {
  font-family: "icomoon";
  ...
  font-weight: normal;
  font-style: normal;
}