Scott Davis
1d13ce1afc
Merge pull request #616 from daniely/stable
...
fix link and reword section on overriding constants
2011-11-14 09:20:38 -08:00
daniely
91ca5a27bd
fix link and reword section on overriding constants
2011-11-14 19:54:26 +08:00
Chris Eppstein
4183a60e31
Handle frameworks without a templates directory.
2011-11-06 18:01:27 -08:00
Chris Eppstein
720cc891ae
Return an error exit code if no exit code is provided by the command.
2011-11-06 18:01:27 -08:00
Chris Eppstein
9888efdbc2
We actually count css selectors, not rules in compass stats
2011-11-06 18:01:27 -08:00
Chris Eppstein
b4d6550135
a different presentation for suggesting GUIs on the install page.
2011-10-16 12:54:13 -07:00
Chris Eppstein
fe7f70d35c
[docs] upgrade nanoc
2011-10-16 12:12:55 -07:00
neilparikh
38ccee8708
Added link to the Scout GUI for Compass.
2011-10-16 11:16:25 -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
Eric Meyer
6f2ac833fd
Merge pull request #581 from rykov/stable
...
Fix to remove prefix to -moz-user-select values
2011-10-05 09:35:46 -07:00
Michael Rykov
e12eb7b6d9
Fix to remove prefix to -moz-user-select values
2011-10-05 00:46:18 -07:00
Methemer
2359f8f213
I think it's time to move to SCSS Format, therefore I would like to start making SASS to SCSS Forks :)
2011-09-19 16:27:35 +03:00
Chris Eppstein
1dd2563484
Use the default compass images directory in the spriting tutorial
2011-09-16 15:20:42 -07:00
Chris Eppstein
37c58300c0
Merge pull request #540 from boriskaiser/stable
...
update PIE.htc to Version 1.0beta4
2011-09-16 15:19:22 -07:00
Eric Meyer
7fced9373e
added detail to rhythm-border documentation.
2011-09-12 14:38:36 -06:00
Eric Meyer
92981fb5d3
Merge pull request #509 from ericam/stable
...
user-select mixin with docs and tests
2011-09-12 13:23:30 -07:00
Eric Meyer
f4d1a8255c
changelog for user-select
2011-09-12 14:18:15 -06:00
Eric Meyer
aef3c5a07e
Merge branch 'stable' of github.com:chriseppstein/compass into stable
2011-09-12 14:04:24 -06:00
Chris Eppstein
93811a66c4
Merge pull request #548 from brikou/patch-1
...
removed useless unit
2011-09-11 23:45:00 -07:00
Brikou CARRE
a8ff39a8e4
removed useless unit
2011-09-12 09:34:45 +03:00
Boris Kaiser
6dbce65e32
update PIE.htc to Version 1.0beta5
2011-09-11 09:23:39 +02:00
Boris Kaiser
2691312067
update PIE.htc to Version 1.0beta4
2011-08-19 13:27:00 +02:00
Eric Meyer
d0067d7122
user-select mixin with docs and tests
2011-08-08 23:04:24 -04:00
Scott Davis
cdf11d7002
Merge pull request #485 from adamnbowen/patch-1
...
trivial documentation change
2011-07-25 23:24:42 -07:00
Scott Davis
0de35e6d2b
Merge pull request #479 from dbussink/stable
...
Use more lenient timing, fixes feature on Rubinius
2011-07-25 23:07:08 -07:00
Adam Bowen
84e3746325
"to the right" doesn't make sense with how the page is laid out
...
"listed below the display value" is a bit more relevant to the current documentation layout
2011-07-20 16:05:47 -07:00
Dirkjan Bussink
45db63c35e
Use more lenient timing, fixes feature on Rubinius
2011-07-18 23:01:25 +02:00
Chris Eppstein
04800afc63
Version Bump.
2011-07-10 17:32:41 -07:00
Chris Eppstein
5b540f070d
Update changelog for 0.11.5
2011-07-10 17:32:20 -07: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
Scott Davis
ff94ab79c9
Merge pull request #468 from ericam/stable
...
fix warning logic in vertical-rhythms module
2011-07-09 22:41:54 -07:00
Eric Meyer
a4b35e7515
fix warning logic in vertical-rhythms module
2011-07-09 14:17:30 -06:00
Dirkjan Bussink
42bb556329
Fix failing test when updating to latest SASS
...
This makes rake test green on Rubinius, 1.8.7 and 1.9.2.
Removed the Gemfile.lock in the previous version so everything
can be updated.
Closes GH-456.
2011-07-03 14:13:08 -07:00
Dirkjan Bussink
10168fe147
Gemfile.lock should not be part of a library / gem
...
http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
2011-07-03 14:12:10 -07:00
Chris Eppstein
0257a58eea
Merge pull request #455 from twalpole/transition_typo
...
fix typo
2011-07-03 11:00:29 -07:00
Thomas Walpole
7a814581e7
fix typo
2011-07-03 10:48:43 -07:00
Chris Eppstein
539f206e51
Fix issue with parent directory references within the sass_path in the compass compiler.
...
Closes GH-409.
2011-07-03 10:45:33 -07:00
Chris Eppstein
432309d1a7
Version bump.
2011-07-03 00:32:59 -07:00
Chris Eppstein
27c8dfbee8
Update changelog
2011-07-03 00:32:12 -07:00
Chris Eppstein
b8b6af9d49
Return a non-zero exit code if there are any stylesheet compilation errors. Closes GH-432.
2011-07-03 00:18:58 -07:00
Chris Eppstein
23d3d341de
Fix test failures.
2011-07-02 22:51:26 -07:00
Chris Eppstein
36f2e56f1c
Better docs for the shadow mixins. Closes GH-433.
2011-07-02 22:08:00 -07:00
Matt Fawcett
b2b9d57505
Include the Compass logger to prevent "uninitialized constant Compass::Logger"
...
Closes GH-438.
2011-07-02 21:59:09 -07:00
Stafford Brooke
842e877bc0
Broken link fixed to what I think is the correct section of the SASS docs.
...
Closes GH-435.
2011-07-02 21:25:38 -07:00
Lorin Tackett
8d8d3eecbc
grid-background vertical rhythm should be based off of $blueprint-font-size, rather than a static value.
...
Closes GH-429.
2011-07-02 21:21:35 -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
efb484778d
update changelog
2011-07-02 21:09:04 -07:00
Costin Bereveanu
3b18b72d64
Fix absolute path detection on Windows.
...
Closes GH-451.
2011-07-02 21:07:49 -07:00
Chris Eppstein
b7e66a7658
Fix the mime type returned for svg images. Closes GH-442.
2011-07-02 20:57:24 -07:00