scireum / server-sass

A simple implementation of a compiler which transforms SASS to CSS files
MIT License
12 stars 3 forks source link

Couldn't deal with section mixin declaration #8

Open dragonation opened 10 years ago

dragonation commented 10 years ago

For example:

@mixin font-face($name, $file) { @font-face { font-family: $name; src: url($file); } }

dragonation commented 10 years ago

What's more, no support for @font-face section