Commit Graph

2625 Commits

Author SHA1 Message Date
Stan Angeloff
cab02128a7 Turn off legacy IE support in @keyframes.
This commit turns off $legacy-support-for-ie* for @content within the
@keyframes mixin.

If a project has legacy IE support turned on, certain mixins add property
definitions which are not affected by $experimental-support-for-*. One
such mixin is @opacity with will add a `filter:` property.

Because IE 6, 7 and 8 do not support CSS animations and keyframes, we can
safely turn off the support and restore to its previous values once we are
done rendering the @keyframes @content.
2012-04-13 19:56:27 +03:00
Eric Meyer
17676c6a05 Merge pull request #840 from ai/box_column
Box column
2012-04-12 10:59:59 -07:00
Eric Meyer
56e0dc5b5f Merge pull request #839 from ai/border_radius_prefixes
Border radius prefixes
2012-04-11 09:31:52 -07:00
Andrey A.I. Sitnik
d3ccac2bbf Remove unnecessary -o prefix for column 2012-04-08 15:58:33 +04:00
Andrey A.I. Sitnik
3976a9f344 Remove unnecessary vendor prefixes in border-radius 2012-04-08 15:47:17 +04:00
Eric Meyer
9b924243ff animation module with docs and simple test 2012-04-01 15:59:12 -06:00
Scott Davis
0c13d98cb4 Merge pull request #810 from doctyper/prefixed-transition-properties
Remove stray commas when default transition properties are used
2012-03-30 06:10:05 -07:00
Richard Herrera
8a45ed8961 Addresses Issue #805: Stray commas added when default transition values are used. Test case included. 2012-03-24 13:07:00 -07:00
Scott Davis
b40fa29e44 global sprite configs for spacing closes #406 2012-03-24 09:10:25 -04:00
Scott Davis
81d2a44ef4 added current-output-file() 2012-03-23 13:25:54 -04:00
Scott Davis
60ed9581e2 implimented current-source-file() 2012-03-23 13:19:25 -04:00
Scott Davis
2cbeb25abe added current-time and current-date sass functions 2012-03-23 11:55:38 -04:00
Scott Davis
4e9f7407f9 Remove _ selectors from magic sprite selectors 2012-03-23 11:36:33 -04:00
Scott Davis
754d1a7d24 updated test helper require 2012-03-23 11:35:55 -04:00
Scott Davis
c6253a54d9 removed old growl 2012-03-23 11:35:22 -04:00
Chris Eppstein
cf273a7fc1 clean up the docs on input placeholder a bit. 2012-03-18 21:36:16 -07:00
Chris Eppstein
1fabbf23d1 Mention new input placeholder mixin in the changelog 2012-03-18 21:29:08 -07:00
Chris Eppstein
b524220615 Fix malformed haml 2012-03-18 21:22:41 -07:00
Chris Eppstein
566fb6692e Lock down nanoc, the new version is incompatible with the site for now. 2012-03-18 21:18:17 -07:00
Chris Eppstein
e0bb51965a update test output for input placeholder tests. 2012-03-18 20:44:56 -07:00
Chris Eppstein
a09b99b6ac Merge remote-tracking branch 'ry5n/support-input-placeholder' 2012-03-18 20:43:23 -07:00
Ryan Frederick
25431b226d Correct extremely silly syntax error.
The indented syntax obviously doesn’t use curly braces.
2012-03-18 19:55:17 -07:00
Chris Eppstein
44e8af4ba4 Merge branch 'stable' 2012-03-18 02:50:25 -07:00
Chris Eppstein
a9317f0d7b Add -ms support for css3 columns. Add support for the columns shorthand property. 2012-03-18 02:48:10 -07:00
Chris Eppstein
231c92261b Merge branch 'stable' 2012-03-18 02:21:12 -07:00
Chris Eppstein
d63af50ab1 Update README 2012-03-18 02:20:59 -07:00
Chris Eppstein
1f70c7e35d Merge branch 'stable' 2012-03-18 01:56:14 -07:00
Chris Eppstein
b9c1497300 Fix failing test. 2012-03-18 01:54:45 -07:00
Chris Eppstein
19941c2dbc Merge branch 'stable' 2012-03-18 01:51:15 -07:00
Chris Eppstein
420026f09c Note new css3 transform support in the changelog. 2012-03-18 01:50:50 -07:00
Andrey A.I. Sitnik
6165057a80 Add 3D transformations with -moz, -ms, and -o prefixes. 2012-03-18 01:48:24 -07:00
Chris Eppstein
af645fa991 Use placeholder selectors to make the blueprint reset module much cleaner. 2012-03-18 01:45:29 -07:00
Chris Eppstein
7a04b55aca Merge remote-tracking branch 'origin/master'
Conflicts:
	doc-src/content/CHANGELOG.markdown
2012-03-18 00:15:42 -07:00
Chris Eppstein
bba8e3f51b Merge branch 'stable'
Conflicts:
	VERSION.yml
	doc-src/Gemfile.lock
	doc-src/content/CHANGELOG.markdown
2012-03-18 00:14:06 -07:00
Ryan Frederick
6a4dbc6043 Add example and tests for +input-placeholder. 2012-03-18 00:11:35 -07:00
JohnAlbin
48bfe186af Replace confusing $ie-font-ratio variable with $browser-default-font-size in vertical_rhythm partial. fixes #766 2012-03-17 23:55:55 -07:00
Ryan Frederick
532e857560 Move +input-placeholder to the _user-interface partial. 2012-03-17 17:35:55 -07:00
Chris Eppstein
dd629b1b23 Extension manager command (a trivial front-end for the gem command) 2012-03-17 17:04:35 -07:00
Chris Eppstein
f673f71275 Ignore pkg files 2012-03-17 17:02:59 -07:00
Chris Eppstein
571960b9fe invalidations 2012-03-17 15:51:13 -07:00
Chris Eppstein
55ff409f5e update gemfile 2012-03-17 15:47:37 -07:00
Chris Eppstein
9a66390150 Homepage ad. 2012-03-17 15:47:37 -07:00
Scott Davis
d8972f3348 merge from ai moz3d
closes #973 closes #979
2012-03-15 21:17:48 -04:00
Andrey A.I. Sitnik
436a2575e1 Add unsupported yet 3D transformations with -o- prefix 2012-03-16 03:34:53 +04:00
Andrey A.I. Sitnik
439959d47d Add 3D transformations with -ms- prefix 2012-03-16 01:25:37 +04:00
Andrey A.I. Sitnik
c46e3c53ab Add 3D transformations with -moz- prefix 2012-03-15 21:35:17 +04:00
Scott Davis
3b8e43fa58 Merge pull request #792 from mindeavor/stable
Updated legacy staticmatic link
2012-03-15 10:22:34 -07:00
Gilbert
dbeed9d595 Updated staticmatic link since staticmatic now supports compass 0.12.x by default. 2012-03-14 23:40:09 -06:00
Chris Eppstein
9cfd753837 link to downloads page 2012-03-14 01:11:41 -07:00
Chris Eppstein
2b6380b272 Version bump and prepare for release. 2012-03-14 00:46:52 -07:00