richthegeek / phpsass

A compiler for SASS/SCSS written in PHP, brought up to date (approx 3.2) from a fork of PHamlP: http://code.google.com/p/phamlp/
http://phpsass.com/
382 stars 83 forks source link

Fix RegExp compilation error with php 5.5 #141

Closed nsams closed 10 years ago

nsams commented 10 years ago

preg_match(): Compilation failed: invalid range in character class at offset 18

also enable php 5.5 on travis, for me all tests pass with this