Software detaljer:
Version: 0.4.0 Opdateret
Upload dato: 10 Dec 15
Licens: Gratis
Popularitet: 139
Størrelse: 56 Kb
By default, SCSS (SASS) code is compiled in Ruby, and many libraries that work with SCSS (SASS) rely on Ruby to do so.
This PHP library provides a way to compile SCSS (SASS) source to normal CSS using a normal PHP engine.
The library wraps around SCSS version 3.2.12.
What is new in this release:
- Compatibility Bug Fixes:
- index() - map support; now returns null (instead of false) when value not found
- lighten(), darken() - percentages don't require % unit
- str-slice() - edge cases when starts-at or ends-at is 0
- type-of() - returns arglist for variable arguments
- @return inside @each
What is new in version 0.1.8:
- Compatibility Bug Fixes:
- index() - map support; now returns null (instead of false) when value not found
- lighten(), darken() - percentages don't require % unit
- str-slice() - edge cases when starts-at or ends-at is 0
- type-of() - returns arglist for variable arguments
- @return inside @each
What is new in version 0.1.1:
- Stub classes
- Compatibility layer
What is new in version 0.0.12:
- Revert erroneous import-partials-fix.
- Handle If-Modified-Since in client request, and send Last-Modified in response.
- Added HHVM to Travis-ci testing.
What is new in version 0.0.4:
- Import path can be a function.
- Correctly parse media queries with more than one item.
- Added ie_hex_str, abs, min, max functions.
- Ignores expressions inside of calc().
- Improved operator evaluation.
- Added @content support.
- Misc bug fixes.
Requirements:
- PHP 5.2 or higher
Limitations:
- Only SCSS syntax is supported. Not SASS.
Kommentarer ikke fundet