Caleb Fetzer
9cb5c25299
Typo: Add missing s to .sass example ( #510 )
2020-12-28 09:09:08 -08:00
ngdangtu
7c39ec521c
Correct and reformat sample codes ( #488 )
2020-10-09 10:55:09 -07:00
Awjin Ahn
704cb489d0
Add explainer that @use is only availabe in Dart Sass ( #481 )
2020-10-05 17:08:54 -07:00
Awjin Ahn
64f370c69d
Fix use...with mixin example. ( #454 )
...
Fixes https://github.com/sass/sass-site/issues/453
2020-06-02 09:12:08 -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
Natalie Weizenbaum
e440cee626
Suggest mixins rather than @use ... with
for advanced cases ( #448 )
2020-05-13 14:19:27 -07:00
brandondiamond
5ce35d4f26
Update use.html.md.erb ( #441 )
...
Fixing small typo.
2020-03-19 13:21:31 -07:00
Matt
b62ce0e79b
doc(at-rules@use): fix math error ( #438 ) ( #439 )
2020-03-11 14:56:03 -07:00
Jennifer Thakar
d023f81e4c
Document configuring through imports ( #425 )
2019-12-26 13:00:30 -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
165dc8f293
Fix a typo ( #391 )
...
Closes #390
2019-10-21 21:17:15 +01:00
Natalie Weizenbaum
b2ab9cbe50
Recommend that users write @forward before @use ( #384 )
2019-10-11 14:09:31 -07: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
35c719d1bb
Document how @extend interacts with modules ( #369 )
...
This includes documenting private placeholder selectors.
Closes #360
2019-09-09 15:24:51 -07:00
Natalie Weizenbaum
d8c3238c79
Document @forward ( #368 )
...
Closes #362
2019-09-06 14:13:51 -07:00
Natalie Weizenbaum
576474cfc5
Code review changes
2019-09-05 14:39:50 -07:00
Natalie Weizenbaum
b1b07540f2
Module-ify built-in function documentation
...
Closes #363
2019-09-04 17:56:16 -07:00
Natalie Weizenbaum
df428f62b2
Move plain-CSS function documentation into at-rules/function
...
This isn't ideal, since these functions aren't defined with @function,
but there's not really a better place to put it. It certainly doesn't
make sense in the built-in module documentation anymore.
2019-09-04 15:24:22 -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
8277f5bfbe
Code review changes
2019-09-03 16:50:47 -07:00
Natalie Weizenbaum
8f093ba74b
Document the @use rule
...
Closes #361
2019-09-02 13:45:40 -07:00
Natalie Weizenbaum
2088a021f9
Add an implementation note about sass/libsass#2957 ( #359 )
...
Documentation for @use and @forward themselves will come in a future
PR.
Partially addresses #263
2019-08-29 15:31:29 -07:00
Natalie Weizenbaum
835ff5a6a0
Add an implementation note about sass/libsass#2957 ( #356 )
2019-08-05 22:43:23 -07:00
Sergey Fetiskin
782d09c9cc
fix to correct version of libsass ( #355 )
2019-07-22 23:54:17 +01:00
Natalie Weizenbaum
990651f774
Add documentation for recent breaking changes ( #350 )
...
We'll eventually add upcoming breaking changes, like /-as-division, as
well.
2019-06-04 12:57:17 +01:00
Natalie Weizenbaum
9b82b23abf
Fix a broken function example ( #336 )
...
A "min" function conflicts with Sass's support for CSS's min() syntax.
Closes #335
2019-05-06 14:32:23 -07:00
Natalie Weizenbaum
6729c6fb54
Explicitly document the @keyframes rule ( #333 )
...
I didn't originally think that this was complex enough to need
documenting, but it looks like people are searching for it so I guess
it does.
2019-04-30 10:38:29 -07:00
Natalie Weizenbaum
d87eeab0a3
Update Dart Sass error examples to match the current output
2019-04-07 17:01:48 -07:00
Natalie Weizenbaum
4b6b15b1ab
Add special styling for intro pages ( #316 )
...
This just bumps up the font size a bit, to help emphasize that these
pages are special and make them look less bare.
Closes #276
2019-04-04 23:55:07 -07:00
Natalie Weizenbaum
d0c1079b78
Merge branch 'wip.reference' into impl-status
2019-03-10 23:22:02 -07:00
Natalie Weizenbaum
0ce28695ce
Fix broken links
2019-03-08 17:57:33 -08:00
Natalie Weizenbaum
4c58ef0739
Add a partial support state for impl statuses
2019-03-08 17:11:11 -08:00
Natalie Weizenbaum
482542ac08
Add a header for impl status bars
...
This gives us a place to disambiguate between implementation statuses
that refer to the entire feature under discussion, and those that just
refer to sub-features.
2019-03-08 16:48:27 -08:00
Jina Anne
94c9c002ec
make call outs less… called out
2019-03-04 16:24:31 -08:00
Natalie Weizenbaum
e6771747ad
Enable html-proofer for the new docs, and fix errors
2019-01-09 14:36:31 -08:00
Natalie Weizenbaum
c4c81ab60a
Fix build errors
2018-11-29 17:04:51 -08:00
Natalie Weizenbaum
f34a7b87a6
Add a table of contents to select documentation pages ( #260 )
2018-11-29 15:43:18 -08:00
Natalie Weizenbaum
180d0c9e09
Document @content arguments
...
Closes #250
2018-11-05 17:53:30 -08:00
Natalie Weizenbaum
c8ff09b5eb
Document interpolated at-rule names
...
Closes #249
2018-11-05 17:36:26 -08:00
Natalie Weizenbaum
61e86f4322
Document range-form media queries
...
Closes #248
2018-11-05 17:33:48 -08:00
Natalie Weizenbaum
f01aac5d19
Fix broken function links
2018-10-23 17:45:14 -07:00
Natalie Weizenbaum
0635a3bf61
Add documentation for selector functions
2018-10-23 17:24:13 -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
efc113ec86
[WIP] Reference
2018-09-27 16:05:00 -07:00