Commit Graph

41 Commits

Author SHA1 Message Date
flachware
232a020b1a
Fix code examples in map and meta modules. (#553)
* Fix code examples in map and meta modules.
2021-06-09 12:30:48 -07:00
ngdangtu
7c39ec521c
Correct and reformat sample codes (#488) 2020-10-09 10:55:09 -07:00
Martin Greilinger
a101bb91a2
resolved typo in argument lists example (#486) 2020-10-07 14:36:29 -07:00
coskunuyar
8e97e71e66
Invalid Examples (#451)
* Fix invalid semicolon on SASS example
* Fix wrong argument reference
* Fix invalid assignment to variable due to scope
2020-06-01 10:31:10 -07:00
roydukkey
9d4c49a319
Remove $ from 'variable' in the @debug insight (#436) 2020-03-03 12:52:54 -08:00
Natalie Weizenbaum
502f512478
Document @forward ... with (#417)
See sass/sass#2744
Closes #383
2019-12-20 12:07:52 -08:00
Natalie Weizenbaum
3cde415281 Document the Sass migrator
Closes #358
2019-09-25 14:53:13 +01:00
Natalie Weizenbaum
a99bb65fd6 The keywords() function is actually in sass:meta, not sass:map 2019-09-10 16:31:02 -07:00
Natalie Weizenbaum
b1b07540f2 Module-ify built-in function documentation
Closes #363
2019-09-04 17:56:16 -07:00
Natalie Weizenbaum
029520349a Rename /documentation/functions to /documentation/modules
This hierarchy is now going to document built-in modules, which mostly
contain functions but can also contain mixins and may potentially
contain variables in the future.
2019-09-04 15:24:22 -07:00
Natalie Weizenbaum
8f093ba74b Document the @use rule
Closes #361
2019-09-02 13:45:40 -07:00
Natalie Weizenbaum
dd96c799c3 Document introspection functions 2018-10-24 15:01:43 -07:00
Natalie Weizenbaum
f01aac5d19 Fix broken function links 2018-10-23 17:45:14 -07:00
Natalie Weizenbaum
9ef5ceded1 Add the ability to indent in ERB blocks 2018-10-23 13:42:40 -07:00
Natalie Weizenbaum
f879fcbc97 Add documentation for map functions 2018-10-23 13:01:12 -07:00
Natalie Weizenbaum
dbda46cc63 Share some list examples between function docs and value docs 2018-10-23 12:25:54 -07:00
Natalie Weizenbaum
efc113ec86 [WIP] Reference 2018-09-27 16:05:00 -07:00
Natalie Weizenbaum
874d159c04 Automatically generate CSS for the syntax switcher by default 2018-08-29 17:29:32 -07:00
Natalie Weizenbaum
3d0f5c6ffc Add a helper for writing inline multi-syntax examples
This will be useful for #205.
2018-08-29 17:29:31 -07:00
Guillaume Bonnet
e6cf9a748d Update @mixin prefixe property (#176)
* Update _homepage-mixins-css.md

* Update _homepage-mixins-sass.md

* Update _homepage-mixins-scss.md

* Update guide.html.haml

Changing #topic-6 :
property border-radius to transform because prefixe border-radius is outdated

* Update _homepage-mixins-sass.md

* Update _homepage-mixins-scss.md

* Update guide.html.haml

* Update guide.html.haml

Short line 150

* Update _homepage-mixins-scss.md

* Update guide.html.haml
2018-06-16 14:29:08 -07:00
Natalie Weizenbaum
61fb106f7a Revert "Temporarily stop mentioning sass --watch (#211)" (#214)
This reverts commit 85b347c060.
2018-06-16 14:25:19 -07:00
Natalie Weizenbaum
85b347c060 Temporarily stop mentioning sass --watch (#211)
This is not yet supported by Dart Sass (sass/dart-sass#264) and the
documentation is confusing users.
2018-03-30 14:12:14 -07:00
Ashley Kolodziej
b8d1399aa5 Use placeholders in extend documentation (#193)
* Update snippets to use placeholder class

* Update docs text with placeholder reference

* Additional edits for clarity in how this works

* Add non extended placeholder example
2017-10-30 14:27:16 -07:00
Luis Boehme
3a6040de69 Fix misindentation on import code snippet for scss (#189) 2017-07-05 16:13:18 -07:00
youmoo
23a987c9d2 fix typo 2016-02-16 10:02:56 +08:00
UNA A. KRAVETS
c341986dc1 added documentation on processing CSS with Sass in terminal to resolve #134 2015-10-24 16:34:48 -05:00
Thomas Tortorini
99baca03d3 code-snippets, align the Sass code with the SCSS code 2015-08-14 07:51:12 +02:00
Thomas Tortorini
08db1eb744 code-snippets, fix, comment type
// base.sass
/* base.scss */
2015-08-06 03:49:43 +02:00
Joe Aliperti
fc8c00cc05 fixed typo in import code snippet; the comment incorrectly indicated _reset.scss instead of _reset.sass 2014-09-09 10:45:41 -04:00
wfdd
12f3afb602 shorthand selector for shorthand syntax; same order of selectors 2014-08-25 12:51:43 +03:00
Jina Bolton
f99ee33e4f Related to #80 — @hcatlin please feel free to alter this page however. :) 2014-07-10 19:28:14 -07:00
Jina Bolton
206880a768 Fixes #39 — Adds SCSS/Sass syntax switcher to Guide. 2014-03-13 22:04:34 -07:00
₍˄ุ.͡˳̫.˄ุ₎
6b576e5238 Merge pull request #49 from sturobson/patch-1
removes non-existing -o- Opera prefix
2014-01-06 12:42:49 -08:00
Stuart Robson
e3013b7aa9 removes non-existing -o- Opera prefix
Opera never prefixed border-radius
2014-01-06 16:13:50 +00:00
Stuart Robson
6b8f5afd7a removes non-existing -o- Opera prefix
Opera never prefixed border-radius
2014-01-06 16:13:22 +00:00
Brent J. Nordquist
6a1e588064 Fix typo in code snippet for extend
the SCSS snippet sets the "border" property of .message,
but the resulting CSS snippet has "border-color" (should be "border")
(and obviously you can't use "1px solid" on border-color)
2013-11-07 10:17:31 -06:00
Jesper Håkansson
ae2544f621 border-color should just be a color style and size as well
You can't use border-color like that, can you? Border color should just be a color.
2013-10-19 23:24:10 +02:00
Ahmed Chergaoui
efb7c805d8 Replaced #ccc by #333 for consistency 2013-10-14 20:45:42 +02:00
Bermon Painter
77f733d4ab Undoing codeblock tinkering. 2013-10-11 19:36:39 -04:00
Jina Bolton
40a8dbf92f moar tweaks 2013-02-23 22:04:16 -08:00
Bermon Painter
e9c0d13efa Merge branch 'master' of github.com:sass/sass.github.com & added syntax highlighting
Conflicts:
	Gemfile.lock

Still need to go through and migrate the old code blocks to use the syntax highlighting.
2013-02-10 21:40:05 -08:00