Commit Graph

114 Commits

Author SHA1 Message Date
Matija Marohnić
3dc42c8473 Add more math functions and unite them with Trig.
Added math functions are as follows:

- e()
- log(number[, base])
- sqrt(number)
- pow(number, exponent)

Because trigonometry is also math, these functions are united with
Compass' trigonometry functions under the Math module.
2012-03-08 03:00:01 +01: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
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
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
tashian
60680769ca Fix CSS3 background attribute 2011-06-10 11:31:30 -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
f2ceec4680 Created a function called css2-fallback($value, $css2-value) that will use the $css2-value in a css2 context and the $value in other contexts. 2011-03-30 14:24:50 -07:00
Jeremy Weiskotten
36b7c25f1b fix some typos 2011-03-28 23:37:30 -04:00
Chris Eppstein
b91e669050 Some links on the sprites reference page to related spriting resources. 2011-03-27 19:16:28 -07:00
Eric Meyer
c521908947 Merge branch 'master' of github.com:chriseppstein/compass 2011-02-21 23:23:14 -07:00
Eric Meyer
c5949beca3 bring back (deprecated) legacy reset and legacy docs 2011-02-21 23:22:55 -07:00
Chris Eppstein
3269cbf743 Added docs for the new appearance mixin. 2011-02-21 18:02:18 -08:00
Chris Eppstein
2b29dd0bbc Docs for the new contrast module. 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
2e2b384327 Link to index pages from the search page, link ruby functions to their appropriate compass docs, where they exist. 2011-01-05 09:34:45 -08:00
Chris Eppstein
068ee421f1 Add docs on the compass cross browser helper functions. 2010-12-31 15:06:41 -08:00
Jordan Byron
4c289c9db0 Fix typo in css3 image documentation 2010-12-23 13:43:34 -05:00
Chris Eppstein
3c99f5eaa8 Better docs for the images module and deprecated gradients module. Silence deprecation warnings. 2010-12-23 09:40:50 -08:00
Chris Eppstein
2040be4b6c Smarter sidebar logic 2010-12-18 16:25:49 -08:00
Brandon Mathis
7f7b3c5ff8 general typography improvements 2010-12-08 23:02:20 -06:00
Chris Eppstein
45da3837b6 Upgrade PIE to beta3. 2010-12-05 21:32:38 -08:00
Chris Eppstein
93040322b3 Allow the cache buster in image-url() to be disabled on a per-call basis. 2010-12-05 20:16:40 -08:00
Chris Eppstein
e874c005e9 Reference documentation on spriting 2010-12-05 16:14:37 -08:00
B Mathis
17ab1d3820 improved docs styling 2010-11-23 00:09:18 -06:00
Chris Eppstein
c8daf8a440 Versioned modules was a bad idea. 2010-11-22 00:28:55 -08:00
Chris Eppstein
c547d48256 Output docs to doc-src/output and drop the /docs prefix 2010-11-21 17:17:36 -08:00
Irina Dumitrascu
15a3ede491 Gradients - fix Opera's bug on gradient + border
* This fixes Opera's gradient background bug when the container has border.
It is still displayed wrong as the gradient is repeated towards the end.
* Firefox and Webkit ignore background-size
* IE9 displays correctly
2010-11-20 09:22:39 -08:00
Chris Eppstein
1d7882b9e6 Deprecate the CSS3 Gradient module. 2010-11-20 09:10:41 -08:00
Chris Eppstein
928bf675c2 CSS3 PIE module. 2010-11-20 08:31:38 -08:00
Chris Eppstein
88275d1281 Add beta indicator for new modules 2010-11-20 08:26:32 -08:00
Chris Eppstein
cac1bf915f Doc cleanup 2010-11-15 17:27:46 -08:00
Chris Eppstein
1286fceab0 Clean up the nav and main css3 page a bit 2010-11-15 13:53:36 -08:00
Chris Eppstein
35cb65786c generate docs on the css3 images module. 2010-11-15 03:55:09 -08:00
Chris Eppstein
b3b7c898b1 Add note about an opera bug. 2010-11-15 03:52:30 -08:00
Chris Eppstein
9176a3f9a7 Tweak the gradient docs to explain svg support. 2010-11-15 03:52:30 -08:00
Chris Eppstein
fd1e0d3943 Make the new deprecated library documentation more obviously deprecated. 2010-11-15 03:52:30 -08:00
Eric Meyer
48e6438fe6 documentation for new transform api 2010-11-15 03:52:30 -08:00
Eric Meyer
996eb1e8d1 document new text shadow api 2010-11-15 03:52:30 -08:00
Chris Eppstein
5d8f532b27 Document the new box shadow api 2010-11-15 03:52:29 -08:00
Chris Eppstein
a8a2f42b60 Add reference documentation and examples for stretching module. 2010-11-12 16:45:19 -08:00
Chris Eppstein
a618ff3509 Docs about the trig functions. 2010-11-12 15:57:03 -08:00
Chris Eppstein
b07f303d9b Merge branch 'stable'
* stable: (36 commits)
  Tweak the changelog.
  [CSS3] The box-shadow $spread value now defaults to using the browser default instead of 0.
  update the lockfile
  some todos
  Move the contributing guide to the tutorials section.
  add on-page anchors to the command line reference page.
  Better docs on the grid image command.
  Move the tutorials to the main nav... I don't think most people see it.
  Don't set the display in the box-flex mixin. This makes nested flex boxes annoying. Closes GH-207
  Add a note about the colorization change.
  Add a note about the compass validator
  Only colorize the action when logging results.
  Update to use the new compass validator during development.
  Fix broken test cases.
  Support true in addition to the inset keyword for the box-shadow mixin. Closes GH-206
  IE8 compat for :last-child selector
  Make the compass configuration file more self documenting by adding comments for preferred_syntax, output_style, and line_comments.
  Pass --no-line-comments to disable line comments.
  A little less noise during installation.
  Change the default Sass directory in standalone projects from src to sass. Closes GH-203
  ...

Conflicts:
	TODO.md
	VERSION.yml
	doc-src/content/CHANGELOG.markdown
	features/command_line.feature
	features/step_definitions/command_line_steps.rb
	lib/compass/commands/write_configuration.rb
2010-11-11 21:45:07 -08:00
Chris Eppstein
cd6ce54515 adjust & scale lightness and saturation 2010-11-11 21:30:59 -08:00
Chris Eppstein
069f328562 Document the browser support variables 2010-10-11 04:27:42 -07:00
Chris Eppstein
7ceb4b4c6d Merge commit 'nex3/stable' into stable
* commit 'nex3/stable':
  Some doc modifications.
2010-10-11 01:16:17 -07:00
Chris Eppstein
12f4bc7a06 Turns out that IE6 & 7 don't support this. 2010-10-09 13:31:51 -07:00
Nathan Weizenbaum
34e9feae73 Some doc modifications. 2010-08-31 22:39:59 -07:00
Eric Meyer
bc12d26f17 inline-block-list documentation 2010-08-11 17:15:58 -06:00
Chris Eppstein
ad967f5e6d [Compass Core] All url helpers now accept a second argument that when true will cause only the path to be emited. 2010-08-05 20:55:48 -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