Chris Eppstein
a8da95d4f1
Get the imports straightend out for the new mixins.
2010-08-25 08:54:33 -07:00
Eric Meyer
d20603296c
inline-block-list mixin
2010-08-11 16:35:08 -06:00
ericdfields
c899b78aed
added additional html5 block-level elements per recommended reset stylesheet: http://html5doctor.com/html-5-reset-stylesheet/
2010-08-11 00:36:57 +08:00
Chris Eppstein
d99698f67a
[Compass Core] Make the logic behind the hide-text measurement more clear. no functional change.
2010-08-05 20:38:54 -07:00
Chris Eppstein
a5e39eb709
[Compass Core] Make the hide-text mixin work in opera too. Credit: Denise Jacobs.
2010-08-01 09:55:16 -07:00
Chris Eppstein
81bbea8f1b
Formatting change.
2010-08-01 09:52:46 -07:00
Chris Eppstein
922fc8c1a2
[Compass Core] The has-layout mixin has been updated to emit less css.
...
It now uses a hacked zoom property to target ie6 and 7 only so that they
gain layout. If you prefer an approach that validates, set:
$default-has-layout-approach: block;
and the has-layout mixin behavior will remain unchanged.
2010-07-25 11:39:11 -07:00
Chris Eppstein
0aedf01375
Reformatting some code.
2010-07-25 11:19:17 -07:00
Chris Eppstein
c02cab30bb
[CSS3] Support for specifying horizontal and vertical radii for the shorthand border-radius property.
2010-07-24 00:55:09 -07:00
Eric Meyer
0bcbd2b2fd
added support for spread and inset
2010-07-23 23:58:11 -07:00
Chris Eppstein
dafbf93999
[Compass Core] New content char is the best practice for the pie-clearfix now. Avoids the gap at the bottom in some browsers.
...
Closes GH-179
2010-07-23 20:13:16 -07:00
Eric Meyer
f6d3480685
font-face arguments deprecated, not removed
2010-07-20 01:23:59 -07:00
Eric Meyer
150000fb05
official radial gradient syntax
2010-07-20 01:23:55 -07:00
Eric Meyer
f0d80d789f
official gradient syntax
2010-07-20 01:23:48 -07:00
Eric Meyer
b85c6f68f5
smiley font-face
2010-07-20 01:22:29 -07:00
Eric Meyer
732dead236
dont need to call experimental for official-only
2010-07-20 01:19:31 -07:00
Eric Meyer
63d0acc2ac
no prefixes on opacity
2010-07-20 01:19:27 -07:00
Eric Meyer
f291845004
font-face arguments deprecated, not removed
2010-07-19 11:46:45 -06:00
Eric Meyer
4bd0570fee
official radial gradient syntax
2010-07-18 15:52:19 -06:00
Eric Meyer
31abc64fd5
official gradient syntax
2010-07-18 15:51:01 -06:00
Eric Meyer
4db0a4f4d6
smiley font-face
2010-07-18 15:40:31 -06:00
Eric Meyer
0c4ced961b
dont need to call experimental for official-only
2010-07-18 15:20:24 -06:00
Eric Meyer
8bd3a48488
no prefixes on opacity
2010-07-18 15:17:40 -06:00
Chris Eppstein
025a9243b1
http://nicewebtype.com/notes/2010/05/20/bulletproof-smiley-font-face-syntax/
2010-07-17 23:43:53 -07:00
Eric Meyer
1b7a9e5751
added support for spread and inset
2010-07-16 16:11:26 -06:00
Stephan Kaag
389a13d05f
[Blueprint] add support for input[type=email]
2010-07-11 15:02:20 -07:00
jonathanpberger
24a25b5bba
[Blueprint] Extract two blueprint colors to make them configurable:
...
* $blueprint_background_color
* $blueprint_alt_text_color
2010-07-11 15:02:05 -07:00
Milo
a220678a5a
[Compass Core] Allow horizontal lists to be floated to the right.
2010-07-09 23:55:35 -07:00
Chris Eppstein
fe056d6597
[Core] Rename the grad-opposite-position() helper to opposite-position() and expose it as part of the core library.
2010-07-09 17:53:22 -07:00
Chris Eppstein
c60cf4fda5
[Compass Core] Emit less css for inline lists with the same result.
2010-07-09 09:46:24 -07:00
Chris Eppstein
e79232a7ab
[Compass Core] Add missing clearfix import to horizontal-list.
2010-07-09 09:26:44 -07:00
Chris Eppstein
048857858e
[Blueprint] Use color functions instead of simple color math in the blueprint color defaults. Note: this might result in different results for those who have customized their blueprint colors.
2010-06-01 08:57:04 -07:00
Chris Eppstein
cfb5bd3a24
[Blueprint] Fix a regression in the scaffolding.
2010-06-01 08:55:36 -07:00
Chris Eppstein
05c53379f9
Merge branch 'stable'
...
* stable:
[Blueprint] Add some missing imports so that these modules can be imported individually.
[Blueprint] Added test cases for importing each blueprint module individually.
2010-06-01 01:10:18 -07:00
Chris Eppstein
3a524ba38f
[Blueprint] Add some missing imports so that these modules can be imported individually.
2010-06-01 00:52:28 -07:00
Chris Eppstein
39e01c57ce
Merge branch 'stable'
...
* stable:
Prepare for release.
[Blueprint] Fixed an incorrect include.
Verify all sass files generate the correct css in the test fixtures.
Fixed a regression in the rails installer.
Remove a redundant, broken test
[Compass Core] Only unquote strings when a number might be passed instead.
[Docs] Fix some obsolete syntax that was used in the examples.
[Docs] Update the gem bundle
Fix some tests around listing projects.
[Command Line] Allow another configuration file to be used when creating a new project
[Blueprint] The basic template was missing the scaffolding.
[Blueprint] Better descriptions of the various blueprint project templates.
[Command Line] The compass frameworks command has nicer output now -- similar to compass help. The -q option can be used to get a simple list of frameworks.
[Rails] Provide a wrapper method for Rails.root/RAILS_ROOT that avoids deprecation warnings and handles the case where rails is not loaded at all.
[Docs] Fix a bug in the docs for link_icons. Closes GH-146.
[Blueprint] Clean up some comments in the blueprint templates.
[Command Line] Fix a bug in `compass stats` when using scss files.
[Command Line] Respect the --dry-run option during compilation.
Fix a bug in the command and added a test case for that feature.
Fix some broken documentation.
Conflicts:
VERSION.yml
doc-src/content/CHANGELOG.markdown
2010-05-31 23:49:50 -07:00
Chris Eppstein
ae440e74d5
[Blueprint] Fixed an incorrect include.
2010-05-31 13:49:41 -07:00
Chris Eppstein
4830f9018b
[Compass Core] Only unquote strings when a number might be passed instead.
2010-05-31 11:41:42 -07:00
Chris Eppstein
97b04666ed
[Blueprint] The basic template was missing the scaffolding.
2010-05-30 11:08:06 -07:00
Chris Eppstein
9719b7242e
[Blueprint] Better descriptions of the various blueprint project templates.
2010-05-30 11:07:34 -07:00
Chris Eppstein
8de90c4965
[Blueprint] Clean up some comments in the blueprint templates.
2010-05-30 08:10:24 -07:00
Chris Eppstein
f060823e4f
Merge branch 'stable'
...
* stable:
[Compass Core] Don't suggest putting some values in quotes unecessarily, and unquote them if the user has.
[Docs] This documentation was incorrect.
[Docs] Some useful content from the wiki.
2010-05-16 10:01:49 -07:00
Chris Eppstein
ed35a3eb24
[Compass Core] Don't suggest putting some values in quotes unecessarily, and unquote them if the user has.
...
Closes GH-143. Closes GH-141.
2010-05-16 09:58:41 -07:00
Chris Eppstein
00b437ae8d
[Docs] This documentation was incorrect.
...
Closes GH-142.
2010-05-16 09:38:13 -07:00
Chris Eppstein
ea1389c1c8
Merge branch 'stable'
...
* stable:
Bump versions for v0.10.1 release.
Update the CHANGELOG for the v0.10.1 release.
Fix a broken reference to the extensions tutorial. Closes GH-135.
[Blueprint] Regression fix: automatically apply the reset if blueprint/reset is imported. Closes GH-132.
Fix a failing test case.
[Rails] When configuring the Sass::Plugin, don't overwrite existing template locations. Closes GH-136.
[Command Line] Improved descriptions of the watch and init commands.
[Rails] Improved the next steps to perform after installing compass so that it mentions registering the compass gem.
[Rails] Fixed a reference to the old configuration file.
Add a note to the changelog about uninstalling chriseppstein-compass
Get rid of some dead code that was breaking Rails 3. Closes GH-137.
Conflicts:
VERSION.yml
doc-src/content/CHANGELOG.markdown
frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_reset.sass
2010-05-15 00:26:20 -07:00
Chris Eppstein
2103547207
Fix a broken reference to the extensions tutorial. Closes GH-135.
2010-05-15 00:18:34 -07:00
Chris Eppstein
5a1bab4796
[Blueprint] Regression fix: automatically apply the reset if blueprint/reset is imported. Closes GH-132.
2010-05-15 00:18:34 -07:00
Chris Eppstein
0783761178
Removed the deprecated API for passing body selectors to the blueprint mixins.
2010-05-12 18:07:12 -07:00
Chris Eppstein
db200c0bba
Remove deprecated imports.
2010-05-12 17:41:24 -07:00
Chris Eppstein
e26489f0c8
Dasherize the variables in the blueprint colors module.
2010-05-10 21:32:13 -07:00
Chris Eppstein
5c1e5776bd
[Blueprint] Silence some deprecation warnings created by the template file.
2010-05-08 18:18:47 -07:00
Damien Wilson
6e438b1bce
[Docs] Added HTML formatting for syntax highlighting in inline code examples.
2010-05-07 18:10:54 -07:00
Chris Eppstein
b66e94f4b9
Aligning code for the fun of it.
2010-05-07 17:58:22 -07:00
Chris Eppstein
d752338644
This is slightly more readable.
2010-05-07 17:58:05 -07:00
Chris Eppstein
48e6b45159
Fix a file that was incorrectly deprecated.
2010-05-07 17:57:30 -07:00
Chris Eppstein
d100cac881
[Docs] Add syntax highlighting to some code examples in the source comments.
2010-05-06 19:08:34 -07:00
Chris Eppstein
c3c0d8a1e8
[Compass Core] Rename -ellipsis to -mozilla-ellipsis-binding to be more accurate. Closes GH-126.
2010-05-04 19:11:53 -07:00
Chris Eppstein
3295db75a0
[Compass Core] Remove duplicative styles from the border-corner-radius mixin.
2010-05-03 18:52:25 -07:00
Chris Eppstein
36f4aa2911
[Compass Core] Unquote any quoted strings that are passed to the css3 module mixins.
2010-05-03 18:51:19 -07:00
Chris Eppstein
e2994eaf8f
A better fix for GH-123
2010-05-03 09:48:53 -07:00
Chris Eppstein
f61b36b34c
Remove obsolete comment from the compass project template.
2010-05-03 08:06:36 -07:00
Chris Eppstein
842d39ebe0
[Compass Core] Fix an IE6 bug in the min-height and min-width mixins. Closes GH-123.
2010-05-03 07:53:51 -07:00
Chris Eppstein
5f37fe48d6
Can stop working around a sass bug now.
2010-05-02 17:22:07 -07:00
Will Leinweber
b5faed9e4c
[Compass Core] [CSS3] Add support for gradients on top of background images.
2010-05-02 16:33:36 -07:00
Chris Eppstein
e13026b8a0
[Docs] Update the docs for the text module
2010-05-01 23:54:30 -07:00
Chris Eppstein
3b3fcf26f1
[Compass Core] Smooth out some rough edges in the text module.
2010-05-01 23:51:20 -07:00
B Mathis
59baa051a1
Removed resetting of :focus style from Compass global-reset mixin
2010-05-01 15:06:56 -05:00
Chris Eppstein
62174e1a21
[Compass Core] Added a nth-child pseudo selector to the alternating-rows-and-columns mixin for the columns. Rows still need classes to maintain a consistent interaction across thead, tbody, and tfoot.
2010-04-30 09:39:21 -07:00
Chris Eppstein
c1be6c9362
Move the reset utilities from utilities/general/reset to reset/utilities.
2010-04-30 07:03:41 -07:00
Chris Eppstein
a4eae29f47
[Compass Core] [CSS3] Support all browsers where css3 support exists, but allow users to turn them off if they don't want to support them.
2010-04-30 05:21:07 -07:00
ltackett
47d4cc4638
Support for the experimental display: box model.
2010-04-27 01:13:52 -07:00
Thomas Reynolds
cc7ef3bf1f
Support background-clip:text
2010-04-27 01:08:13 -07:00
Chris Eppstein
bd6c9950e1
Merge branch 'docs'
...
* docs: (56 commits)
Turn on support for -ms in experimental properties.
document the hide-text mixin
Allow box shadow to be turned off by @include box-shadow(none). Closes GH-102.
Fix a broken link to the changelog
I guess I relied on that silly import.
Use the gemspec the way the ruby gods intended.
Better handling of the Compass::VERSION scheme.
RIP RUN_CODE_RUN
remove a doc reference to an obsolete file and add some meta descriptions.
document some small functional changes
fixed typo in demo header styles
allow overflow-x on code to scroll
example code in css-slideshows
mixin source uses :target for css interaction
more sensible nav markup/structure
Update the docs for lists.
Don't need rcov usually
Don't display a variable description for empty comments.
add a scroll bar for long mixin defs
More docs on the compass utilities.
...
Conflicts:
REVISION
2010-04-27 01:01:26 -07:00
Chris Eppstein
24a87640b2
Turn on support for -ms in experimental properties.
2010-04-27 01:00:54 -07:00
Chris Eppstein
225e625f1c
document the hide-text mixin
2010-04-27 00:58:53 -07:00
Chris Eppstein
909fb92ad3
Allow box shadow to be turned off by @include box-shadow(none). Closes GH-102.
2010-04-27 00:44:27 -07:00
Chris Eppstein
f0c10b0a1c
I guess I relied on that silly import.
2010-04-27 00:13:34 -07:00
Chris Eppstein
56b2353335
Unquote the float argument for backwards compatibility.
2010-04-26 09:57:31 -07:00
Chris Eppstein
8d5e6406fa
Update the docs for lists.
2010-04-26 01:34:56 -07:00
Chris Eppstein
edd278cb2d
More docs on the compass utilities.
2010-04-25 22:39:15 -07:00
Chris Eppstein
0761bef009
update the docs for compass/utilities/general/hacks
2010-04-25 19:07:06 -07:00
Chris Eppstein
4de1645c95
update the docs for compass/utilities/general/float
2010-04-25 19:06:42 -07:00
Chris Eppstein
e181ad6a05
update the docs for compass/utilities/general/clearfix
2010-04-25 19:06:14 -07:00
Chris Eppstein
26dbb68a39
[Blueprint] Fix a bug that was introduced by some earlier refactoring.
2010-04-24 23:26:01 -07:00
Chris Eppstein
8a1433b279
[Compass Core] [CSS3] Refactored the css3 modules to share a common implementation for experimental css3 properties.
2010-04-24 23:24:39 -07:00
Chris Eppstein
fe30041946
Deprecate the misc stylesheet and unobtrusive-logo mixin.
2010-04-24 16:59:06 -07:00
Chris Eppstein
bfed16a63b
[Compass Core] Fixed broken import in a deprecated import.
2010-04-22 13:38:39 -07:00
Chris Eppstein
99f797127f
clean up the reference documentation with new layout and after sass3 upgrade.
2010-04-22 08:30:50 -07:00
Chris Eppstein
a28a1e2646
Old habits die hard.
2010-04-20 11:16:19 -07:00
Chris Eppstein
64fe16fd0f
[Blueprint] Disambiguate the right margin expression from the top margin value in the push-margins mixin.
2010-04-16 10:50:08 -07:00
Chris Eppstein
cb1916e498
This works around an scss parser bug for now
2010-04-15 22:24:13 -07:00
Chris Eppstein
0caa2d2d00
Formatting cleanup
2010-04-15 22:23:14 -07:00
Chris Eppstein
20c2c05a1d
Reformat some scss -- trying to find a code formatting style that doesn't make my eyes bleed.
2010-04-13 10:04:43 -07:00
Chris Eppstein
9807b76092
[Compass Core] Use the font url location in the font face mixin too. Closes #108 .
2010-04-12 03:03:43 -07:00
Chris Eppstein
28731c499a
[Compass Core] import the min utility into general utilities.
2010-04-12 03:00:19 -07:00
Chris Eppstein
ec681c87a3
[Blueprint] Allow liquid grid constants to be overridden. Closes #110 .
2010-04-12 02:55:47 -07:00
Chris Eppstein
09abca682c
The sass bug that prevented this from being scss has been fixed.
2010-04-12 02:45:35 -07:00
Chris Eppstein
f7abcb4b98
[Blueprint] Convert to SCSS
2010-04-11 03:47:46 -07:00
Chris Eppstein
304438fbc5
Some cleanup of the translated scss files.
2010-04-11 01:56:14 -07:00
Chris Eppstein
2cb63e7f8e
Convert uses of @debug to @warn
2010-04-10 23:32:42 -07:00