Michael Mifsud
7dc37c2a4f
Always define compact
...
This implement of compact is functionally equivalent of the
unofficial native one that has been permanently removed from LibSass.
There is no risk in always using this version. The version of LibSass
that had a `compact` function is extremely difficult to obtain, and
is long unsupported.
More importantly defining function inside control structures is not
valid in Sass and produces errors for people using this library.
Fixes #84
Fixes #85
9 years ago
Guillaume Balaine
8d93bef3e9
Add compact if not defined
10 years ago
Stephen Tudor
8ca3ee89fa
Added color functions
11 years ago
Michael Hellein
077f893b71
Replaced block comments with inline comments to avoid unneeded output.
11 years ago
Michael Hellein
dde494d65b
Refactored -compass-space-list to accept a single array argument.
11 years ago
Michael Hellein
409ed62c95
Fixed some conditions when errors as undefined.
11 years ago
Michael Hellein
04f5b84ef3
Added -compass-space-list, first-value-of, color-stops. Added border-radius test.
11 years ago
Michael Hellein
6effddf4a4
Improved prefixed() function.
11 years ago
Michael Hellein
aec138051b
Added support for multiple backgrounds.
11 years ago
Jonah Schulte
d7d7283ef9
Expand prefix function to fix 'Cross Browser Functions should prefix a list of properties' case.
11 years ago
Michael Hellein
2ad14b4f0a
Renamed browser-prefix to cross_browser_support.
11 years ago
Jonah Schulte
d6f22a4949
Add browser prefix support.
11 years ago
Wataru Hirayama
9611114bc1
add elements-of-type function.
11 years ago
Niko Sams
688c0d5edc
add very basic implementation of opposite-position function
...
this is implemented in compass as ruby code
11 years ago
Michael Hellein
0bb8e8ad40
Relocated sassscript functions to compass dir.
...
This location seems to provide a better API for imports, even if it
does intermingle our changes with Compass a bit.
11 years ago