Jonny Gerig Meyer
1532553ef2
Merge branch 'main' into builtin-modules
...
* main:
review
Use JSON args for compatibility tag
typo
typo
Use kwargs for {% compatibility %} tag.
clearer example line breaks
add missing @use
silence sass warnings
Do not autoformat md files
combine more markdown blocks
indentation for remainder of docs
indentation for syntax docs
indentation for style-rules docs
indentation for cli docs
indentation for breaking-changes
Strip indentation from more paired shortcodes.
Try out standard indentation
2023-06-02 17:36:10 -04:00
Ed Rivas
549f3d0450
Add explicit markdown docs to the rest of modules/*
2023-05-30 23:39:56 +00:00
Ed Rivas
de2250c46f
Add explicit markdown blocks to modules/colors
2023-05-30 21:14:11 +00:00
Jonny Gerig Meyer
d0c08e39f5
start review
2023-05-30 16:49:15 -04:00
Jonny Gerig Meyer
49c217e039
Merge branch 'main' into builtin-modules
...
* main:
review
Porting Documentation - At-Rules - extend
Porting Documentation - At-Rules - function
Lint
Porting Documentation - At-Rules - mixin
2023-05-30 11:21:13 -04:00
Ed Rivas
e53f3de038
Port modules/string
2023-05-29 20:46:09 +00:00
Ed Rivas
1b0c0464a4
Port modules/selector
2023-05-29 20:37:50 +00:00
Ed Rivas
63b19a2fef
Fix links
2023-05-29 20:26:14 +00:00
Ed Rivas
6b4770bfed
Port modules/meta
2023-05-29 20:19:19 +00:00
Ed Rivas
756dc5adf1
Port modules/math
2023-05-29 18:10:30 +00:00
Ed Rivas
ae8bba7037
Port modules/map
2023-05-29 17:39:35 +00:00
Ed Rivas
224db69a8e
Port modules/list
2023-05-29 17:22:06 +00:00
Ed Rivas
bd3dfa7cd4
Port modules/colors
2023-05-27 20:55:52 +00:00
Ed Rivas
9b497e2c75
Port modules/index
2023-05-26 23:11:28 +00:00
Jonny Gerig Meyer
5071228ace
Add basic 11ty config
2023-01-06 17:37:45 -05:00
Denis Teikhrib
4246de7258
Fixes typo in meta.module-functions example ( #690 )
2023-01-04 22:33:45 +00:00
Goodwine
25d33be440
Document random($limit) behavior whe $limit has units ( #664 )
...
* document random($limit) behavior whe $limit has units
* add breaking change section for random-with-units
* add random-with-units link to sidenav
2022-08-17 19:25:23 -07:00
Takuya N
a3d9319dce
HWB support was introduced in 1.28.0, not in 1.27.0 ( #646 )
...
Code change: https://github.com/sass/dart-sass/pull/1129
Follows up https://github.com/sass/sass-site/pull/493
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2022-06-16 18:52:18 -07:00
Natalie Weizenbaum
d78a1f26af
Be more accurate about how brackets work with list.join()
( #633 )
...
Closes #354
2022-05-26 19:22:21 -07:00
Rafik Ogandzhanyan
443cf501ec
Fix list.slash documentation example ( #629 )
2022-05-16 14:04:56 -07:00
roydukkey
c332799730
Fix stated return type ( #582 )
2021-09-28 22:24:14 -07:00
Natalie Weizenbaum
d0e401e3f9
Document first-class calc() ( #575 )
...
See sass/sass#818
Co-authored-by: Awjin Ahn <awjin@google.com>
2021-09-13 23:16:42 +00:00
Jennifer Thakar
dce95ffc30
Fix invalid parameter range for color.change ( #571 )
...
Fixes sass/sass#3122 .
2021-08-18 14:34:45 -07:00
Awjin Ahn
aec6fac9db
Fix broken link + make wording more explicit. ( #565 )
2021-07-29 15:18:52 -07:00
Rodrigo
71d7860847
adding optional param description to function-exists ( #563 )
2021-07-29 15:00:58 -07:00
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
Natalie Weizenbaum
f202a692ca
Update all existing documentation for math.div() and list.slash() ( #544 )
...
Closes #543
See #539
2021-05-20 18:09:28 -07:00
Christophe Coevoet
3ed23e654b
Fix typo in the list.join doc ( #537 )
2021-05-06 10:04:04 -07:00
Christophe Coevoet
1b770d7529
Fix function name in the map.merge heads up ( #527 )
2021-03-17 10:38:42 -07:00
dreadsd
6d1425bc0e
fix typo ( #524 )
2021-03-15 14:02:08 -07:00
Sun Xiaoran
6cca974fa5
fix: typo ( #523 )
2021-03-10 11:23:06 -08:00
Natalie Weizenbaum
b7aa7b4c52
Document new color unit behavior ( #512 )
...
Partially addresses #511
See sass/sass#2904
2020-12-29 14:59:01 -08:00
Johann Pinson
42e1ad6b8c
Update the documentation about the hwb
function ( #508 )
...
* feat(docs): add the module for the hwb function
* Add namespace to one more example
Co-authored-by: Jennifer Thakar <jathak@google.com>
2020-12-01 10:05:53 -08:00
Natalie Weizenbaum
c51e62b0f8
Add documentation for new HWB functions ( #493 )
...
See sass/sass#2834
Closes #477
Co-authored-by: Awjin Ahn <awjin@google.com>
2020-10-29 16:37:08 -07:00
Natalie Weizenbaum
7d23034d4f
Add impl_status annotations for the new map functions ( #492 )
2020-10-15 17:10:52 -07:00
Awjin Ahn
d98028e7aa
Fix backtick typo. ( #491 )
2020-10-08 14:44:32 -07:00
Christopher Kirk-Nielsen
094d7bd0ad
Add missing backtick at the end of inline code ( #490 )
2020-10-08 14:30:42 -07:00
Awjin Ahn
32ce3be79b
Nested maps documentations ( #484 )
...
Closes #476
2020-10-07 15:05:20 -07:00
disco-trooper
9373ca47b2
Fix typo ( #472 )
2020-08-27 09:47:52 -07:00
Natalie Weizenbaum
e440cee626
Suggest mixins rather than @use ... with
for advanced cases ( #448 )
2020-05-13 14:19:27 -07:00
devrafalko
f3f6b73e8c
Update color.html.mb.erb ( #447 )
...
`color.hue()` returned value range corrected.
2020-05-11 09:40:13 -07:00
Awjin Ahn
5e2cb1a6c8
Documentation for new built-in math functions. ( #427 )
2020-01-17 15:57:09 -08:00
Alexander Doroshko
7c14fd88d7
Typos fixed on the modules/selector page: selector.unify() -> selector-unify(), compound-selectors() -> simple-selectors()
2019-12-10 16:29:32 +03:00
Natalie Weizenbaum
a45d93d573
Add the missing parameter name to string.unquote() ( #414 )
2019-11-25 16:45:37 -08:00
Natalie Weizenbaum
f29abebc3f
Document $module parameters to sass:meta functions ( #415 )
2019-11-25 16:45:15 -08:00
Natalie Weizenbaum
181e3907ed
Add the missing parameter name to string.unquote()
2019-11-20 16:49:39 -08:00
Natalie Weizenbaum
6e93b8526d
Fix a broken example in the sass:selector docs ( #385 )
2019-10-11 15:15:35 -07:00
Natalie Weizenbaum
4a02f04717
Document new built-in functions
...
Closes #365
2019-09-24 11:36:43 +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
d46c2c77b0
Fix broken links
2019-09-05 14:47:14 -07:00