Chris Eppstein
edc7942396
Merge branch 'stable'
...
* stable:
changelog for user-select
removed useless unit
user-select mixin with docs and tests
Conflicts:
doc-src/content/CHANGELOG.markdown
2011-09-12 13:37:32 -07:00
Eric Meyer
d0067d7122
user-select mixin with docs and tests
2011-08-08 23:04:24 -04:00
Scott Davis
d4227346af
new tests
2011-08-02 23:34:59 -04:00
Scott Davis
c79e997098
merged in stable and added a test image
2011-07-26 02:08:29 -04:00
Scott Davis
b581d2e1a7
passing tests for new vertical layout based on file size
2011-07-26 02:03:38 -04:00
Irina Dumitrascu
07819ccfbd
Reset only the block HTML elements #339
...
- used elements-of-type(html5-block) in all the reset stylesheets
(instead of duplicate tag enumerations)
- removed dialog
- canvas is inline, not block
Closes GH-339, GH-462.
2011-07-10 17:26:23 -07:00
Chris Eppstein
23d3d341de
Fix test failures.
2011-07-02 22:51:26 -07:00
ltackett
d7115caad6
:focus should not use shorthand border property, since it only need to change the border-color
...
Closes GH-367.
2011-07-02 21:17:22 -07:00
Chris Eppstein
349e29f7ca
Fix broken test.
2011-07-02 17:54:38 -07:00
Glenn McLelland
239e43b4e0
Added force-wrap mixin to prevent URLs and long lines of text from breaking layouts.
...
Closes GH-321
2011-07-02 17:42:37 -07:00
Divya Manian
ff61678572
Adding the generated css files from the msfilter change
2011-06-28 23:00:56 -07:00
Chris Eppstein
a6a80221ee
update test for pie-clearfix
2011-06-11 23:35:29 -07:00
Chris Eppstein
40e2f330e6
Merge remote-tracking branch 'pfeiffer/cache_busting' into stable
...
* pfeiffer/cache_busting:
Removing unneeded 'unquote' from tests
Adding note about path based asset cache busting in to documentation
Adding changelog entry
Fix comments for asset_cache_buster
Make asset_cache_buster return a hash with path and query, while still maintaining support for cache busting via query string if a string is returned.
Extend cache busting to allow for path manipulation
2011-06-11 17:37:55 -07:00
Chris Eppstein
3473e7d63a
Merge branch 'stable'
...
* stable:
Version Bump & Prepare for v0.11.2
Strong tags in the docs should be bold.
typo: appliction
Update test case for flexible box.
Enable IE 10 support for flexible box with the -ms prefix.
2011-06-10 15:56:46 -07:00
Mario Kuroir Ricalde
333240de35
Fixes sprites file names with sprockets, modifies tests accordingly to new structure.
2011-06-10 05:11:28 -05:00
Scott Davis
ab5d6e51d9
updated importer to validate that sprites are png files
2011-06-09 16:27:23 -04:00
Darryl Pogue
23fc8290c0
Update test case for flexible box.
2011-05-30 11:33:55 -07:00
Scott Davis
d95149ccff
forgot test files
2011-05-25 11:44:53 -04:00
Scott Davis
369c8d636e
forgot test files
2011-05-10 21:57:43 -04:00
Mattias Pfeiffer
223258c203
Removing unneeded 'unquote' from tests
2011-05-05 10:19:19 +02:00
Mattias Pfeiffer
2f3b757b46
Make asset_cache_buster return a hash with path and query, while still maintaining support for cache busting via query string if a string is returned.
2011-05-04 11:37:58 +02:00
Nathaniel Bibler
21928907e4
Extend cache busting to allow for path manipulation
2011-05-04 11:02:15 +02:00
Chris Eppstein
5ededce909
Add support for -ms gradients in background-image and background properties.
...
Closes GH-361.
2011-05-01 09:33:21 -07:00
Scott Davis
3356303eb3
sprite tests moved over
2011-04-28 00:00:54 -04:00
Scott Davis
c317ef6870
refactored tests
2011-04-27 23:18:52 -04:00
Chris Eppstein
5962a85a99
Fix broken linear gradients with svg enabled.
2011-04-24 18:59:07 -07:00
Scott Davis
fec367d60c
fixed gemfile and removed coercion to float
2011-04-20 19:57:19 -04:00
Scott Davis
4e502dda73
svg gradients now support angles
2011-04-20 19:33:29 -04:00
Scott Davis
8642187173
updated linier svg gradients to have userSpaceOnUse to be consistant with the radial implimentation
2011-04-20 17:17:03 -04:00
Eric Meyer
3c86dfa0b3
fixed tests related to grid-background
2011-04-16 23:48:28 -06:00
Scott Davis
d845c4d486
gradient rounding issue tentative fix
2011-04-16 22:09:42 -04:00
Chris Eppstein
df924ae56c
Merge commit '9940ee8cbbe52e217a88b9a46ae5074790eea129'
...
* commit '9940ee8cbbe52e217a88b9a46ae5074790eea129':
Adding support for pixel-stops for webkit if the gradient goes from left-to-right or top-to-bottom.
Conflicts:
lib/compass/sass_extensions/functions/gradient_support.rb
2011-04-16 01:07:33 -07:00
Chris Eppstein
196abb2a28
Default the blueprint grid image to the pure CSS version in compass.
2011-04-16 00:21:35 -07:00
Chris Eppstein
8a8d625a7d
Add a percent-based test case for grid-backgrounds, remove unnecessary 0.001 increment.
2011-04-15 23:49:49 -07:00
Chris Eppstein
72434be137
Webkit now supports the css3 official gradient syntax.
2011-04-15 23:16:43 -07:00
Eric Meyer
e66c822503
add grid-background mixins to layout module, with docs and tests
2011-04-11 19:26:55 -06:00
Chris Eppstein
ad0e172ec3
Allow degrees for linear and radial gradients. Currently no support for SVG gradients using degrees. Partial fix for #303
2011-04-10 14:14:44 -07:00
Chris Eppstein
1bd156e88f
Fix a bug in the sprites base file and added a basic sprites test case to the compass test.
2011-04-02 09:54:06 -07:00
Chris Eppstein
0eef08e6ce
Remove the css3 background simple bg support and move it to a new mixin called background-with-css2-fallback.
2011-04-02 09:33:09 -07:00
Chris Eppstein
0cf4fcd8a7
We don't have a charset in fonts anymore
2011-03-30 14:24:50 -07:00
Chris Eppstein
da57adc49d
add opera support for the css3 gradient syntax
2011-03-30 14:24:50 -07:00
Steve Hull
9940ee8cbb
Adding support for pixel-stops for webkit if the gradient goes from left-to-right or top-to-bottom.
2011-03-24 18:54:24 -07:00
Eric Meyer
51e21b08b9
additional transform-style typo and tests fixed
2011-03-16 16:32:00 -06:00
Eric Meyer
ddea94bb96
fixed transform-style typo caught by @doctyper
2011-03-16 16:11:55 -06:00
Eric Meyer
5a5c30caf4
updated font-face a la fontspring, no change in usage
2011-03-14 22:50:39 -06:00
Eric Meyer
132621c230
fixed tests related to reset
2011-02-22 23:11:26 -07:00
Chris Eppstein
65cf2f9812
Remove deprecated use of comma-delimited-list
2011-02-21 16:47:20 -08:00
Chris Eppstein
902450a244
Use a sass-based function instead of a ruby-based function for contrast calculations
2011-02-21 12:49:54 -08:00
Eric Meyer
53e975100b
added vertical-rhythm and docs, moved lists, links and text, all into new typography module
2011-02-17 18:14:40 -07:00
Chris Eppstein
a597a10e7e
update failing test due to slightly different css output
2011-02-01 23:02:34 -08:00