Jonny Gerig Meyer
11cda5d580
Use {% capture %}
blocks for args with newlines.
2023-06-07 15:44:07 -04:00
Jonny Gerig Meyer
c0d7a113cb
Merge branch 'main' into builtin-modules
...
* main:
Better handle the JS API docs on smaller screens (#735 )
Mention that / is interpreted as division in calculations (#734 )
2023-06-07 10:32:03 -04:00
Jonny Gerig Meyer
05a7f4d896
Merge branch 'main' of github.com:sass/sass-site
...
* 'main' of github.com:sass/sass-site:
Better handle the JS API docs on smaller screens (#735 )
Mention that / is interpreted as division in calculations (#734 )
2023-06-07 09:57:57 -04:00
Natalie Weizenbaum
4ca36af82b
Better handle the JS API docs on smaller screens ( #735 )
...
In desktop mode, the sidebar always gets 1/3 of the space and the
content gets 2/3. In mobile mode, the sidebar instead goes above the
content as a table of contents.
Closes #732
2023-06-06 14:22:17 -07:00
Natalie Weizenbaum
762448e723
Mention that / is interpreted as division in calculations ( #734 )
...
Also fix a broken link.
2023-06-05 17:51:26 -07:00
Ed Rivas
52d62d1935
Merge branch 'main' into builtin-modules
2023-06-05 18:37:53 -06:00
Ed Rivas
ac6ecb03b1
Merge pull request #60 from oddbird/auto-dependency-upgrades
...
Automated dependency upgrades
2023-06-05 18:37:25 -06:00
github-actions
53bffc50d0
chore(deps): Automated dependency upgrades
2023-06-06 00:33:25 +00:00
Ed Rivas
97ba302c4f
Merge branch 'main' into builtin-modules
2023-06-05 18:31:12 -06:00
Jonny Gerig Meyer
684696a610
Fix whitespace bug in JS API docs
2023-06-05 18:10:47 -04:00
Jonny Gerig Meyer
4c4051de20
Merge branch 'main' of github.com:sass/sass-site
...
* 'main' of github.com:sass/sass-site:
Fix compatibility callouts in typedoc comments (#733 )
2023-06-05 18:03:24 -04:00
Natalie Weizenbaum
3ab93f3c13
Fix compatibility callouts in typedoc comments ( #733 )
2023-06-05 13:42:59 -07:00
Jonny Gerig Meyer
61b57aeb92
Do not include snippets in built site.
2023-06-02 18:18:43 -04:00
Jonny Gerig Meyer
5e239cc3c9
update comments
2023-06-02 18:06:43 -04:00
Jonny Gerig Meyer
31676bb42d
fix a few markdown issues
2023-06-02 18:02:34 -04:00
Jonny Gerig Meyer
c8b131f83e
fix build
2023-06-02 17:44:40 -04:00
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
Jonny Gerig Meyer
63e994aa75
Merge pull request #59 from oddbird/compatibility-kwargs
...
Use kwargs for {% compatibility %} tag.
2023-06-01 18:01:35 -04:00
Jonny Gerig Meyer
679d1b1434
review
2023-06-01 17:59:54 -04:00
Jonny Gerig Meyer
4a66bbac2b
Use JSON args for compatibility tag
2023-06-01 16:56:54 -04:00
Jonny Gerig Meyer
fd0c8a0d87
typo
2023-06-01 13:14:36 -04:00
Jonny Gerig Meyer
0b6004673f
typo
2023-06-01 11:51:49 -04:00
Jonny Gerig Meyer
6dfb87189a
Use kwargs for {% compatibility %} tag.
2023-06-01 11:43:54 -04:00
Jonny Gerig Meyer
8b6aee906e
Merge pull request #57 from oddbird/indentation
...
Try out standard indentation
2023-06-01 09:31:40 -04:00
Jonny Gerig Meyer
b1dcf05688
clearer example line breaks
2023-05-31 14:11:29 -04:00
Jonny Gerig Meyer
a331c7299a
add missing @use
2023-05-31 14:03:30 -04:00
Jonny Gerig Meyer
d546a85605
silence sass warnings
2023-05-31 13:45:19 -04:00
Jonny Gerig Meyer
9f62b1d3e9
Do not autoformat md files
2023-05-31 12:49:48 -04:00
Jonny Gerig Meyer
3b97839415
combine more markdown blocks
2023-05-31 12:44:36 -04:00
Jonny Gerig Meyer
2646cc0c22
indentation for remainder of docs
2023-05-31 12:31:53 -04:00
Jonny Gerig Meyer
5bead6bbe4
indentation for syntax docs
2023-05-31 12:22:35 -04:00
Jonny Gerig Meyer
c146c76ffc
indentation for style-rules docs
2023-05-31 12:16:59 -04:00
Jonny Gerig Meyer
fdcb4e47d6
indentation for cli docs
2023-05-31 12:07:48 -04:00
Jonny Gerig Meyer
a46eb6b460
indentation for breaking-changes
2023-05-31 12:02:42 -04:00
Jonny Gerig Meyer
d8eec31339
Strip indentation from more paired shortcodes.
2023-05-31 10:06:00 -04:00
Ed Rivas
549f3d0450
Add explicit markdown docs to the rest of modules/*
2023-05-30 23:39:56 +00:00
Jonny Gerig Meyer
57ef8c18d6
Try out standard indentation
2023-05-30 17:23:34 -04: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
d80252de63
Merge branch 'main' into builtin-modules
...
* main:
review
Porting Documentation - At-Rules - From CSS
Porting Documentation - At-Rules - Flow Control - while
Porting Documentation - At-Rules - Flow Control - for
Porting Documentation - At-Rules - Flow Control - each
Porting Documentation - At-Rules - Flow Control - if and else
Porting Documentation - At-Rules - Flow Control - index
Porting Documentation - At-Rules - at-root
Porting Documentation - At-Rules - debug
Porting Documentation - At-Rules - warn
Porting Documentation - At-Rules - error
2023-05-30 16:29:11 -04:00
Jonny Gerig Meyer
7d43f9fae3
Merge pull request #55 from oddbird/port-docs-atrules-error-warn-debug-atroot
...
Porting documentation - At-Rules - @error, @warn, @debug, @at-root, Flow Control, From CSS
2023-05-30 16:28:45 -04:00
Jonny Gerig Meyer
5be80afa11
review
2023-05-30 16:27:01 -04:00
Ed Rivas
c2c090a82c
Add missing class
2023-05-30 15:49:58 +00:00
Jonny Gerig Meyer
444c87aaf3
Merge branch 'main' into port-docs-atrules-error-warn-debug-atroot
...
* main: (22 commits)
review
chore(deps): Automated dependency upgrades
Add netlify redirects for function-units
review
make pre consistent with vendor highlighting
move data/ to old_data/
Lint
Convert to md
Add missing Breaking Change to nav
Parse TOC text as markdown
Fix codeExample to work in markdown
Trigger CI
Port breaking-changes/duplicate-var-flags
Port breaking-changes/css-vars
Port breaking-changes/extend-compound
Port breaking-changes/moz-document
Port breaking-changes/slash-div
Port breaking-changes/media-logic
Port breaking-changes/bogus-combinators
Port breaking-changes/function-units
...
2023-05-30 11:21:54 -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
Jonny Gerig Meyer
c04e19af83
Merge pull request #53 from oddbird/port-docs-mixin-function-extend
...
Porting documentation - At-Rules (@mixin, @function, @extend)
2023-05-30 11:18:34 -04:00
Jonny Gerig Meyer
837346efd0
review
2023-05-30 11:15:42 -04:00
Sana Javed
3a58b33602
Porting Documentation - At-Rules - From CSS
2023-05-30 16:59:16 +02:00
Sana Javed
40b3639b33
Porting Documentation - At-Rules - Flow Control - while
2023-05-30 12:16:14 +02:00
Sana Javed
3d7f7a0bb8
Porting Documentation - At-Rules - Flow Control - for
2023-05-30 12:12:01 +02:00