raulghm / Font-Awesome-Stylus

Stylus port for font-awesome 4.7.0
https://github.com/raulghm/Font-Awesome-Stylus
GNU General Public License v2.0
78 stars 26 forks source link

extras.styl fails to compile #11

Closed neverfox closed 10 years ago

neverfox commented 10 years ago
Reason: ParseError: extras.styl:21
   17| // Icon rotations & flipping
   18| // -------------------------
   19| 
   20| .{$fa-css-prefix}-rotate-90
 > 21|    @include fa-icon-rotate(90deg, 1)
   22| .{$fa-css-prefix}-rotate-180
   23|    @include fa-icon-rotate(180deg, 2)
   24| .{$fa-css-prefix}-rotate-270

expected "indent", got ","
raulghm commented 10 years ago

Sorry the delay Re-indented files.

neverfox commented 10 years ago

I'm pulling from master, and I see the changes, but I still get the same error.