Chris Eppstein
bb716926ef
Merge pull request #739 from zanker/master
...
Allow numeric filenames in sprites
2012-03-11 19:22:44 -07:00
Chris Eppstein
06ac18ec9d
Merge pull request #728 from doctyper/prefixed-transition-properties
...
Adding support for prefixed transition properties
2012-03-11 18:04:16 -07:00
Chris Eppstein
32d8517f32
Add the squish text mixin for hiding text in inline elements.
2012-03-11 17:48:00 -07:00
Chris Eppstein
1fef2b2e5e
Add docs for the user interface module
2012-03-09 00:08:41 -08:00
Chris Eppstein
046d4688d1
Use Scott Kellum's method of text hiding that is more performant and has no issue with em-based margins.
2012-03-09 00:01:15 -08:00
Chris Eppstein
abcd6c897c
Revert "Bring the legacy implementation of hide-text back as move-text-out-of-view and make hide-text a front end for the two methods."
...
This reverts commit 0c290edd07
.
2012-03-08 23:44:13 -08:00
Chris Eppstein
0c290edd07
Bring the legacy implementation of hide-text back as move-text-out-of-view and make hide-text a front end for the two methods.
2012-03-07 23:35:02 -08:00
Brandon Mathis
f1187ba44e
Improved hide-text mixin performance and accessibility, closes #743
2012-03-05 16:25:49 -06:00
Chris Eppstein
b8c0928f86
Merge branch 'stable'
...
Conflicts:
doc-src/content/CHANGELOG.markdown
lib/compass/commands/watch_project.rb
2012-03-05 11:30:52 -08:00
Zachary Anker
cb80f1f371
Check the full CSS selector to see if it's valid to allow numeric selectors when manually calling sprite methods
2012-02-27 09:11:08 -08:00
Richard Herrera
c1ce093cbc
Keeping things DRY, refactoring some shared functionality. All prefix fixes now route through an @build-prefix-values mixin.
2012-02-26 14:51:59 -08:00
Richard Herrera
14a553f0f4
Redundant use of a built-in helper function. Removing array-push() for append().
2012-02-26 12:27:49 -08:00
Richard Herrera
177fda7460
Per @chriseppstein: we don't need to use -compass-space-list
anymore. Sass provides ()
to construct an empty space-delimited list.
2012-02-26 11:53:10 -08:00
Richard Herrera
4d01676a76
Redundant use of a built-in helper function. Removing string-join() for compact(join()).
2012-02-26 11:43:00 -08:00
Richard Herrera
9a40ba9ec3
transition-property mixin now includes support for multiple prefixed values.
2012-02-26 11:39:30 -08:00
Richard Herrera
388e3a611f
Using transition property in lieu of @experimental mixin.
2012-02-26 11:38:55 -08:00
Richard Herrera
6a3d024cc1
Updated with the following:
...
- Added stylesheet tests for prefixed transition properties.
- transition-property mixin now passes all tests.
- single-transition mixin now passes all tests.
- Updated rewrite to respect user specified browser support.
2012-02-26 00:55:52 -08:00
Sunny Ripert
52065da5d4
When @importing "compass/utilities/sprites" also load "sprites/base"
2012-02-21 18:06:05 +01:00
Richard Herrera
cf60a90931
Adding support for prefixed transition properties, e.g. transform & transform-origin. Can easily be extended for further properties.
2012-02-18 11:36:49 -08:00
Daniel Mattes
133418524d
typo: replace inline-block-link through inline-block-list
2012-02-13 11:54:38 +01:00
Hampton Catlin
6cca0c4852
small documentation change to 3d transforms. referenced here: http://css3.bradshawenterprises.com/support/
2012-02-06 13:52:06 -08:00
Chris Eppstein
36b0da8caf
Merge branch 'stable'
...
Conflicts:
doc-src/content/CHANGELOG.markdown
2012-01-28 16:30:03 -08:00
Brian Cardarella
f37800ba36
I'm noticing that fonts on IE8 are not working without this fix.
2012-01-26 04:13:26 -05:00
Scott Davis
3df5ba3369
merge stable
2012-01-18 19:55:24 -05:00
Eric Meyer
0642deebc6
seems khtml might actually need the prefix for background-clip
2012-01-13 16:13:22 -07:00
Eric Meyer
236efc264b
update background-clip browser support and add tests.
2012-01-13 15:49:06 -07:00
Scott Davis
88aa3b3c7e
removed border-image ... someone needs to learn to close old issues =(
2012-01-02 11:32:10 -05:00
Scott Davis
9c0539aadf
docs for border-image
2012-01-02 02:46:19 -05:00
Scott Davis
3d23b36f63
inital implimentation of border-image
2012-01-02 02:29:16 -05:00
Scott Davis
6c98ff1d5c
removed ms prefix from box-sizing and added a test case
2012-01-02 00:48:43 -05:00
Scott Davis
dec5c9cb3b
added test for alternating rows and columns
2012-01-02 00:32:46 -05:00
Scott Davis
0f0c92e1bb
added -ms prefix to transitions via #590
2012-01-02 00:14:48 -05:00
Chris Eppstein
c4e9d00d61
Merge branch 'stable'
...
Conflicts:
VERSION.yml
doc-src/content/CHANGELOG.markdown
lib/compass/configuration/helpers.rb
test/units/sass_extensions_test.rb
2011-12-23 17:16:44 -08:00
Chris Eppstein
309a0ea7d3
Don't put the fill keyword in prefixed versions of the border-image property.
2011-12-23 16:54:49 -08:00
Chris Eppstein
e6b967a8c3
Make the -line-padding variable in the vertical rhythm module configurable.
2011-12-23 16:23:14 -08:00
Scott Davis
4b99aff3b7
Merge branch 'master' of github.com:chriseppstein/compass
2011-12-19 12:45:39 -05:00
Scott Davis
c92766ba99
added reset-baseline to vertical rhythym
2011-12-19 12:44:35 -05:00
Chris Eppstein
fdfca46d28
Allow the vertical rhythm to adjust to half lines when -to-nearest-half-line is set to true in order to avoid awkwardly large gaps between lines. This setting is false by default.
2011-12-17 17:36:55 -08:00
Scott Davis
cd5b1949dd
-o-box-shadow does not exist closes #631 with tests
2011-12-01 15:49:49 -05:00
Jeff Felchner
e6d3fcd3be
Arguments order differs from the standard order being passed to
2011-11-22 01:03:05 -06:00
Chris Eppstein
129652d382
Merge branch 'stable'
2011-11-14 15:48:42 -08:00
Chris Eppstein
730acb62f4
Remove deprecated forms of the box-shadow, text-shadow, and transition mixins.
2011-11-11 09:19:43 -08:00
Eric Meyer
33ee8b0969
remove 'underline.png' reference from vertical-rhythms.
2011-11-10 15:04:49 -07:00
Scott Davis
7334285950
closes #598 enjoy your increase in bytes!
2011-11-04 10:15:23 -04:00
Scott Davis
57f35d477a
closes #572
2011-11-04 09:42:35 -04:00
Chris Eppstein
64c21f6fac
Merge branch 'stable'
...
Conflicts:
test/fixtures/stylesheets/compass/css/user-interface.css
2011-10-16 11:12:06 -07:00
Chris Eppstein
2f5cc38457
Further doc cleanup
2011-10-16 11:05:51 -07:00
Chris Eppstein
3d1502484c
Merge pull request #558 from Methemer/patch-1
...
converts some code docs to scss.
2011-10-16 11:01:08 -07:00
Scott Davis
616af1c139
Merge pull request #593 from davidchambers/master
...
Use `transition` shorthand if appropriate
2011-10-11 17:45:41 -07:00
Paul Irish
8ede06f001
more attractive whitespace for prefixed and aligned styles
2011-10-09 08:38:05 -04:00