xzyfer
88407a1660
Fix hardcoded $experimental-support-for-pie variable
...
The `$experimental-support-for-pie` could not be changed because
we were inadvertently always resetting it. This maintains the default
initial value but will allow it to be changed in userland.
Fixes #52
Closes #81
9 years ago
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
smnbbrv
3f836471d8
added input-placeholder mixin
10 years ago
Guillaume Balaine
8d93bef3e9
Add compact if not defined
10 years ago
Guillaume Balaine
48d90be66b
fix(css_mixins): Add pie mixins
10 years ago
Guillaume Balaine
4c79e6c7bb
Revert "Update _animation.scss"
...
This reverts commit ed17978a68
.
10 years ago
mcreations
ed17978a68
Update _animation.scss
...
File path seems to be wrong. So if we keep this empty, we can call the animation library from outside only if required.
10 years ago
Michael Hellein
58b13a1298
Removed unnecessary unit conversion.
10 years ago
hashworks
1abae68df7
Use correct argument order for single-box-shadow
...
See [the original function documentation](http://compass-style.org/reference/compass/css3/box_shadow/#mixin-single-box-shadow ).
10 years ago
David Knape
1d28493a29
Added explicit reference to functions file
...
I was getting this error with libsass. Explicit reference to the compass functions is needed.
>> may only compare numbers
>> Line 19 Column 14 lib/compass-mixins/lib/compass/css3/_images.scss
10 years ago
Sebastian Herber
ed88bbdc11
Adds user-interface mixins to css3 imports
10 years ago
Wyatt Anderson
9b5ce4a04e
Add import to css3 module
10 years ago
Wyatt Anderson
8075c8eedc
Flexbox
10 years ago
James Cunningham
10eb970856
Workaround, libsass does not correctly interpolate here.
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
596ce3cab6
Corrected conditional in transition mixin to use not() as 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
Jonah Schulte
a90bd9b5c6
Add necessary url around image path.
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
Michael Hellein
6fcca275e6
Changed compass Sass to use not as function.
...
This is "not" ideal, but it's necessary because of
https://github.com/sass/libsass/issues/368
11 years ago
Michael Hellein
d56e6dc87f
Corrected import path for hacks.
11 years ago
Guillaume
df18947d5a
Compass mixins 0.12.3
11 years ago
Chris Manson
7ba7b64c6d
moved animation to make animate work
11 years ago
Guillaume Balaine
a049d66ca2
Initial commit with bower packaging
12 years ago