Natalie Weizenbaum
c412b8dd4f
Document Ruby Sass's CLI
2018-10-26 15:04:43 -07:00
Natalie Weizenbaum
6ad48ae89a
Add CLI docs for Dart Sass
2018-10-25 16:46:08 -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
bfa0d22479
Merge remote-tracking branch 'origin/wip.reference' into wip.reference
2018-10-23 17:30:02 -07:00
Natalie Weizenbaum
0635a3bf61
Add documentation for selector functions
2018-10-23 17:24:13 -07:00
Jina Anne
3f1c2d338d
lots of clean up
2018-10-23 15:06:39 -07:00
Natalie Weizenbaum
c7624469b3
Rename function pages to match proposed module names
2018-10-23 13:47:34 -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
e397f98b29
Fix Markdown rendering between examples
2018-10-23 12:09:24 -07:00
Natalie Weizenbaum
4b1788bfc4
Linkify function return types
2018-10-22 18:33:19 -07:00
Natalie Weizenbaum
2207a6042e
Add documentation for list functions
2018-10-22 18:26:24 -07:00
Natalie Weizenbaum
6dc51b92e7
Don't autogen CSS for a debug example
2018-10-22 17:40:44 -07:00
Natalie Weizenbaum
0318929b69
Remove a TODO that's been done
2018-10-22 17:28:52 -07:00
Natalie Weizenbaum
67f7dd5dc3
Get rid of extra empty <p> tags
2018-10-22 17:26:00 -07:00
Natalie Weizenbaum
5284490b2c
Fix markdown in color function docs
2018-10-22 17:16:46 -07:00
Natalie Weizenbaum
05ee8c4582
Document color functions
2018-10-22 17:04:41 -07:00
Natalie Weizenbaum
dbd9a94175
Merge remote-tracking branch 'origin/wip.reference' into wip.reference
2018-10-22 14:25:09 -07:00
Natalie Weizenbaum
fc34fe4b75
Some colors function docs
2018-10-22 14:24:05 -07:00
Jina Anne
f47e8bd912
fix layouts to be DRY
2018-10-22 14:13:05 -07:00
Natalie Weizenbaum
6030761158
Add a helper for writing inline multi-syntax examples ( #226 )
...
* Add a helper for writing inline multi-syntax examples
This will be useful for #205 .
* Add the ability to add CSS output to the syntax switcher
* Automatically generate CSS for the syntax switcher by default
* Fix most lints
* Fix a specificity bug
* Show SCSS syntax by default
* Fix a couple more lints
* Make the example helper template-engine-agnostic
* Support a "syntax switcher" with a single syntax
This will make it possible to do nice-looking single-syntax code
examples in the reference.
* Remove trailing whitespace
2018-10-22 12:00:45 -07:00
Natalie Weizenbaum
838eb387dd
Fetch Ruby Sass from its new URL ( #233 )
2018-10-22 11:59:04 -07:00
Natalie Weizenbaum
f5b3afc0f9
Update contributing documentation to reflect new processes ( #234 )
2018-10-22 11:58:42 -07:00
Natalie Weizenbaum
efc113ec86
[WIP] Reference
2018-09-27 16:05:00 -07:00
Miriam Speert Crowley
a0444a2b9c
Update community.html.haml ( #228 )
...
fixed a few typos! (or dropped words)
2018-09-19 16:34:25 -07:00
Natalie Weizenbaum
56f97b7751
Merge branch 'example-helper' into wip.reference
2018-08-30 14:45:16 -07:00
Natalie Weizenbaum
f70512c286
Support a "syntax switcher" with a single syntax
...
This will make it possible to do nice-looking single-syntax code
examples in the reference.
2018-08-30 14:43:38 -07:00
Natalie Weizenbaum
a41ec4ebc9
Make the example helper template-engine-agnostic
2018-08-30 14:37:26 -07:00
Natalie Weizenbaum
79dc77e9a9
[WIP] reference
2018-08-30 14:37:14 -07:00
Natalie Weizenbaum
8d518df3e3
Enable the syntax switcher outside of the tutorial
2018-08-30 14:36:30 -07:00
Natalie Weizenbaum
078b93a181
Merge branch 'example-helper' into wip.reference
2018-08-30 14:25:57 -07:00
Doğukan Güven Nomak
2f487aa94a
flexiblegs website link update ( #225 )
2018-08-30 01:12:22 -07:00
Natalie Weizenbaum
15ed91e541
Fix a couple more lints
2018-08-29 18:02:21 -07:00
Natalie Weizenbaum
a833c56bf8
Show SCSS syntax by default
2018-08-29 17:59:51 -07:00
Natalie Weizenbaum
83945aa3c2
Fix a specificity bug
2018-08-29 17:54:04 -07:00
Natalie Weizenbaum
cc0f453e88
Fix most lints
2018-08-29 17:50: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
221d4cc0ec
Add the ability to add CSS output to the syntax switcher
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
Natalie Weizenbaum
46482b1102
[WIP] Port reference docs to the site
2018-08-16 18:04:22 -07:00
mockturtl
a05d2d996e
fix typo ( #222 )
...
Fixes #221 .
2018-08-15 17:59:08 -07:00
Natalie Weizenbaum
eedab31bd6
Update my website links ( #220 )
2018-08-14 13:46:12 -07:00
Natalie Weizenbaum
6c1cef2856
Remove --devel from "brew install" ( #218 )
...
Dart Sass is stable now so this isn't necessary.
2018-06-29 18:21:10 -07:00
Nick Schonning
08df1df7f9
Create CODE_OF_CONDUCT.md ( #216 )
...
Copied from Ruby-Sass
2018-06-25 18:33:48 -07:00
jamesbrauman
7b7d7f9c74
Update border-radius mixin in guide.html.haml ( #215 )
...
Fixes a documentation bug. https://github.com/sass/sass-site/pull/176 changed the property from `border-radius` to `transform`, but the text in the guide was not updated to reflect this change.
2018-06-18 14:24:56 -07:00
Jina Anne
c545d61c28
Merge branch 'tomByrer-patch-1'
2018-06-16 14:34:27 -07:00
Jina Anne
c47d78a9c7
fix merge conflict
2018-06-16 14:34:18 -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