Rafik Ogandzhanyan
443cf501ec
Fix list.slash documentation example ( #629 )
2022-05-16 14:04:56 -07:00
Natalie Weizenbaum
d5bfb55cfc
Add a note about multiline expressions in the indented syntax. ( #628 )
...
Closes #627
2022-05-16 20:58:14 +00:00
Natalie Weizenbaum
6e1846c52a
Link the Ruby and Swift embedded hosts ( #622 )
...
Closes #547
2022-05-02 14:42:40 -07:00
Jeremy Graziani
ed66c8a861
Fix Sass interpolation example to match the SCSS one and its output ( #624 )
2022-05-02 21:30:06 +00:00
Andrew
107f294859
docs: correct mixin name ( #621 )
...
`@reset` mixin is not defined in this example, but `@list-rest` is.
2022-04-18 14:34:33 -07:00
dependabot[bot]
1c25e3f38e
Bump puma from 5.6.2 to 5.6.4 ( #619 )
...
Bumps [puma](https://github.com/puma/puma ) from 5.6.2 to 5.6.4.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v5.6.2...v5.6.4 )
---
updated-dependencies:
- dependency-name: puma
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-06 20:30:46 +00:00
Barret Schloerke
06bf0741d3
Add R - rstudio/sass ( #499 )
...
Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
2022-03-25 23:25:28 +00:00
dependabot[bot]
5f4dbd6acb
Bump puma from 5.3.2 to 5.6.2 ( #611 )
...
Bumps [puma](https://github.com/puma/puma ) from 5.3.2 to 5.6.2.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v5.3.2...v5.6.2 )
---
updated-dependencies:
- dependency-name: puma
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-25 23:17:05 +00:00
Natalie Weizenbaum
82fc7ff547
Clone repos using https:
URLs rather than git:
( #618 )
2022-03-25 15:27:21 -07:00
Awjin Ahn
4a0d20e0d4
Link to boolean operators from the conditional docs. ( #613 )
2022-03-09 13:18:20 -08:00
Awjin Ahn
3d49ca972a
Add Calculations to sidebar. ( #612 )
2022-02-16 16:23:17 -08:00
Awjin Ahn
42001970c4
Fix broken link. ( #610 )
2022-02-03 13:59:12 -08:00
Natalie Weizenbaum
f6466668ea
Mention Embedded Sass in the installing section ( #609 )
...
This also adds a link to the Java host.
2022-02-02 16:21:13 -08:00
Natalie Weizenbaum
87eccaeb8c
Write a blog post announcing Embedded Sass ( #607 )
2022-02-01 15:30:00 -08:00
Kimberly Grey
8dd884f5a1
Fix missing hyphen in private members example ( #606 )
2022-01-14 10:57:44 -08:00
Natalie Weizenbaum
b573c2b2a5
Fix a typo in the placeholder selector documentation ( #605 )
2021-12-29 14:56:44 -08:00
Awjin Ahn
cc92fc9eea
Add docs for reassigning module vars. ( #546 )
...
Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
2021-12-16 02:09:18 +00:00
Shaun McCance
defe334103
Fix link markup ( #601 )
2021-12-10 06:26:11 +00:00
Awjin Ahn
c9323faa76
Explain /-in-calc not deprecated. ( #595 )
2021-12-03 13:59:30 -08:00
Natalie Weizenbaum
fe21b89848
Write a blog post for the new JS API RC ( #600 )
...
Co-authored-by: Awjin Ahn <awjin@google.com>
2021-12-01 00:55:05 +00:00
Natalie Weizenbaum
94ee6e088c
Add documentation explicitly describing compatibility callouts ( #596 )
...
Closes #594
2021-12-01 00:11:12 +00:00
Natalie Weizenbaum
9e2dc02e25
Update to the latest version of DocSearch ( #593 )
2021-11-13 01:48:19 +00:00
Christophe Coevoet
4a1b2fb212
Fix the rendering of compatibility lists ( #590 )
...
The compatibility div contains a span in its text, so making it a flex container produces a weird rendering
2021-10-12 12:55:06 -07:00
Natalie Weizenbaum
e9fc66b955
Make the TypeDoc theme resilient against nested child lists ( #589 )
...
It's not clear why TypeDoc generates lists of lists for JSX node
children, but it does and we need to handle it.
2021-10-11 22:10:12 +00:00
Natalie Weizenbaum
67ec2dbdbb
Surface category labels in the JS API doc sidebar ( #587 )
...
This is kind of a hacky workaround until TypeStrong/typedoc#1532 is
implemented for real.
2021-10-11 19:52:03 +00:00
Natalie Weizenbaum
2da5e6ef69
Add shortcuts for defining category headers and callouts in TypeDoc ( #588 )
...
Category headers can now be written using the @category tag and
callouts can be written by starting a paragraph with `**Heads up!**`
or `**Fun fact!**`.
2021-10-11 19:48:13 +00:00
Jina Anne
06c2c0444a
Remove Sass News ( #586 )
2021-10-08 12:07:05 -07:00
dependabot[bot]
4bf0c53ae3
Bump nokogiri from 1.11.4 to 1.12.5 ( #583 )
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.11.4 to 1.12.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.4...v1.12.5 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-06 13:20:57 -07:00
Natalie Weizenbaum
414409a122
Merge pull request #584 from sass/typedoc
...
Build JS API docs from the TypeScript declarations
2021-10-05 20:57:58 +00:00
Natalie Weizenbaum
6e856177a6
Work around TypeStrong/typedoc#1731
2021-10-05 13:16:11 -07:00
Natalie Weizenbaum
86ae1c4d18
Set up redirects from the old API doc anchors to the new ones
2021-10-04 20:23:21 -07:00
Natalie Weizenbaum
85a2eaa33d
Build JS API docs from the TypeScript declarations
2021-10-04 19:53:08 -07:00
Natalie Weizenbaum
f88e32fabe
Add a NodeJS buildpack
2021-10-04 19:53:08 -07:00
Awjin Ahn
a9bada44c8
Modernize examples in the getting started guide. ( #585 )
2021-09-30 15:47:48 -07:00
roydukkey
c332799730
Fix stated return type ( #582 )
2021-09-28 22:24:14 -07:00
Awjin Ahn
7e06369241
Be explicit about which dirs get --watch
ed. ( #580 )
2021-09-22 15:02:11 -07:00
Natalie Weizenbaum
b72c8094d5
Update the calculation documentation to describe the new min/max ( #578 )
...
See sass/sass#3142
See sass/sass#3150
2021-09-20 23:58:48 +00: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
Natalie Weizenbaum
e55b07cdd4
Document the charset flag ( #574 )
...
See sass/sass#3126
2021-09-02 00:48:10 +00:00
Natalie Weizenbaum
309641b659
Document the --quiet-deps flag ( #573 )
...
Co-authored-by: Awjin Ahn <awjin@google.com>
2021-08-31 00:27:11 +00:00
Christophe Coevoet
a02523b0da
Update the doc about dart-sass ( #572 )
...
- update the Dart API link to go to pub.dev directly and to link to the non-deprecated API
- use the new `dart pub` executable rather than `pub` directly, as it makes it easier when installing dart on Linux distributions that only put the main dart executable on the PATH
2021-08-27 09:20:38 -07:00
Jennifer Thakar
dce95ffc30
Fix invalid parameter range for color.change ( #571 )
...
Fixes sass/sass#3122 .
2021-08-18 14:34:45 -07:00
Ulugbek
d1c5b96738
bugfix: SASS code removed from CSS snippet ( #570 )
2021-08-16 14:22:43 -07:00
Natalie Weizenbaum
e13d3dac10
Attempt to force a Heroku deployment
2021-08-05 16:13:22 -07:00
Natalie Weizenbaum
995f530506
Add a blog post soliciting comments about the new JS API ( #567 )
2021-08-05 22:28:45 +00: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
Natalie Weizenbaum
f47b74529c
Enable GitHub actions ( #562 )
2021-07-23 23:28:41 +00:00
Jennifer Thakar
d1e2f25a3c
Document the division migrator ( #554 )
...
Closes #549 .
2021-07-12 16:46:33 -07:00
akramkrimo
c1a8a79725
Grammatically updated the docs ( #561 )
...
Co-authored-by: Akram <>
2021-06-23 13:31:47 -07:00