xzyfer
2be620285f
0.12.8
9 years ago
Michael Mifsud
904cb156aa
Merge pull request #87 from xzyfer/feat/node-sass-3
...
Update for node-sass@3
9 years ago
xzyfer
0b1ea143b8
Update for node-sass@3
...
This required updating the test suite. Many of the assertion were
depending on node-sass bugs that are long fixed.
9 years ago
Michael Mifsud
e3d7d67a5f
Merge pull request #86 from xzyfer/patch-1
...
Always define compact
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
Guillaume Balaine
8d93bef3e9
Add compact if not defined
10 years ago
Guillaume Balaine
f7e92b7883
Bump to 0.12.7
10 years ago
Guillaume Balaine
9717fb26cc
Merge branch 'wyattanderson-flexbox'
10 years ago
Guillaume Balaine
03e4b4537c
Merge wyattanderson-flexbox/master
10 years ago
Guillaume Balaine
04749b30eb
Add license backup
10 years ago
Guillaume Balaine
e07fd82ab0
Fix license link
10 years ago
Guillaume Balaine
48d90be66b
fix(css_mixins): Add pie mixins
10 years ago
Guillaume Balaine
d0940960f9
Merge pull request #32 from whazap/feature/user-interface
...
Adds user-interface mixins to css3 imports
10 years ago
Guillaume Balaine
4c79e6c7bb
Revert "Update _animation.scss"
...
This reverts commit ed17978a68
.
10 years ago
Guillaume Balaine
c24c24c0b6
fix(animations): add import paths and tests for animations.scss (which is a separate import)
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
195a12fe33
0.12.6
10 years ago
Michael Hellein
5bb29221b2
Merge branch 'master' of github.com:Igosuki/compass-mixins
10 years ago
Michael Hellein
58b13a1298
Removed unnecessary unit conversion.
10 years ago
Michael Hellein
3b9212c6d0
Merge pull request #39 from blackfalcon/master
...
address bug with sass file reference
10 years ago
Michael Hellein
50581794ca
Merge pull request #38 from hashworks/bugfix/SingleBoxShadow
...
Use correct argument order for single-box-shadow
10 years ago
Michael Hellein
a79c715fe1
Merge pull request #35 from tkdave/bugfix/image-functions
...
Added explicit reference to functions file
10 years ago
Michael Hellein
e6ceeb7a44
Merge pull request #28 from jamesearl/libsass-compat
...
Workaround, libsass does not correctly interpolate here.
10 years ago
Michael Hellein
789ec6c2f6
Merge pull request #24 from smt/master
...
Added color functions
10 years ago
Dale Sande
40b5135d21
address bug with sass file reference
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
613d07b33f
Update for compatibility with latest node-sass
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
32e0a78094
Merge remote-tracking branch 'Igosuki/master'
11 years ago
Michael Hellein
157e522351
0.12.5
11 years ago
Michael Hellein
077f893b71
Replaced block comments with inline comments to avoid unneeded output.
11 years ago
Michael Hellein
524067d148
0.12.4
11 years ago
Michael Hellein
d1e8e6a76d
Merge pull request #18 from DealerDotCom/master
...
Cross-browser, background, lists.
11 years ago
Michael Hellein
dde494d65b
Refactored -compass-space-list to accept a single array argument.
11 years ago
Scott Douglas
8eeac82948
Adding test for default box shadow. Commas are currently being output instead of spaces.
11 years ago
Scott Douglas
13a6016417
Merge remote-tracking branch 'upstream/master'
11 years ago
Michael Hellein
d15247289a
Corrected michaek username.
11 years ago
Michael Hellein
55ac96a185
Corrected original repository link, fixes #14 .
11 years ago
Michael Hellein
675c9ce2df
Merge remote-tracking branch 'Igosuki/master'
...
Conflicts:
lib/compass/_functions.scss
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
Michael Hellein
386dfd7767
Added more complex prefix test.
11 years ago