Closed vladkens closed 11 years ago
SASS now work fine with ";" at the end line.
another.sass body { font-size: 10em; }
Parse old => body { font-size: 10;; }
Parse now => body { font-size: 10em; }
SASS now work fine with ";" at the end line.
another.sass body { font-size: 10em; }
Parse old => body { font-size: 10;; }
Parse now => body { font-size: 10em; }