sensational / sassphp

PHP bindings to libsass - fast, native Sass parsing in PHP!
Other
230 stars 40 forks source link

[CSS] Problems with "&" in import rule #33

Closed Scriptman closed 8 years ago

Scriptman commented 8 years ago

When using a "&" in the css import rule, the css becomes invalid.

Ex: @import "https://font.googleapis.com/css?family=RobotoDraft:regular&lang=en"; OR: @import "https://font.googleapis.com/css?family=RobotoDraft:regular&lang=en";

It becomes: @import "https://font.googleapis.com/css?family=RobotoDraft:regular&.divStyle{.....

Scriptman commented 8 years ago

Wrong GitHub project, excuse me.