Erik Stein
92e90623e2
manifest.in.
7 years ago
Erik Stein
0aa359cba7
Changes
7 years ago
Erik Stein
9c3a3c860d
As Django package.
7 years ago
Erik Stein
0b9495e286
As Django package.
7 years ago
Erik Stein
e112c8efdd
Added susy library.
7 years ago
Erik Stein
b61bab3b5c
Added h5bp library.
7 years ago
Erik Stein
3d627301bf
Added font-awesome library.
7 years ago
Erik Stein
d1246b0e04
Added breakpoint library.
7 years ago
Michael Mifsud
dfb673a262
Merge pull request #101 from stepmr/patch-1
...
Update readme to reflect correct compass version support
8 years ago
Stephen Marie-Rhodes
9adb81bc32
Update readme to reflect correct compass version support
...
- Show support for compass 0.12.7 (as opposed to compass 1.x+)
8 years ago
xzyfer
64f9ccebdd
0.12.10
9 years ago
Michael Mifsud
4c45ec7f34
Merge pull request #90 from Igosuki/feat/add-box-sizing-tests
...
Add tests for box-sizing mixin
9 years ago
xzyfer
ee4efd5248
Add tests for box-sizing mixin
...
Closes #60
9 years ago
Michael Mifsud
6938241c50
Merge pull request #89 from Igosuki/fix/ms-user-select
...
Add ms prefix to user-select for IE11
9 years ago
Mark Samman
ee8344870e
Add ms prefix to user-select for IE11
...
Closes #70
9 years ago
Michael Mifsud
ad0307a754
Merge pull request #88 from Igosuki/fix/experimental-pie
...
Fix hardcoded $experimental-support-for-pie variable
9 years ago
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
xzyfer
9b2eeadd93
0.12.9
9 years ago
Michael Mifsud
07f2f713dc
Merge pull request #59 from smnbbrv/master
...
added input-placeholder mixin
9 years ago
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
smnbbrv
3f836471d8
added input-placeholder mixin
10 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