Open
Description
I'm distributing font declerations and I'd like them documented. I would like to see SassDoc document the following:
/// Basic Font Family
@font-face {
font-family: 'My Font';
src: ulr('font/path.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
Instead of pulling it out and documenting it like everything else, it simply is ignored entirely.