Commit Graph

1571 Commits

Author SHA1 Message Date
Jonny Gerig Meyer
20aa8ef3a3
Add sitemap.xml 2023-04-06 14:46:54 -04:00
Jonny Gerig Meyer
e904070e5d
Merge branch 'atom' into sass-implementations
* atom:
  whitespace in feed
2023-04-06 11:55:19 -04:00
Jonny Gerig Meyer
b95ecb2e81
whitespace in feed 2023-04-06 11:54:48 -04:00
Jennifer Thakar
086912048a
Clarify flow control scope documentation (#681)
Fixes #669.
2023-04-05 16:40:10 -07:00
Jonny Gerig Meyer
49f94a7bba
trigger build 2023-04-05 18:14:22 -04:00
Goodwine
cd65a28a50
Add link to a new Maven plugin on the block. (#714)
Document the differences between both Maven plugins

Fixes #660
2023-04-05 15:11:51 -07:00
Jonny Gerig Meyer
fdcbf630b9
review 2023-04-05 18:10:56 -04:00
Jonny Gerig Meyer
7b920ba560
Add 404, sass implementation pages, robots.txt, humans.txt. 2023-04-05 17:49:42 -04:00
Natalie Weizenbaum
94d13dd67c
Fix a redirect loop for /documentation/functions (#712)
Closes #709
2023-04-05 20:18:38 +00:00
Christophe Coevoet
fbc043a91b
Fix link in the blog post about CSS nesting (#713) 2023-04-05 20:15:01 +00:00
Jonny Gerig Meyer
2548efea42
fix urls 2023-04-05 11:16:35 -04:00
Jonny Gerig Meyer
79c91b7581
Use rewrite for /feed 2023-04-05 11:03:44 -04:00
Jonny Gerig Meyer
7128de47ea
try netlify redirects 2023-04-05 10:54:46 -04:00
Jonny Gerig Meyer
fa68a84370
Use blog updated if exists 2023-04-04 18:05:24 -04:00
Jonny Gerig Meyer
72721bb025
Serve atom feed at /feed and /feed.xml 2023-04-04 17:56:36 -04:00
Jonny Gerig Meyer
5487a00d66
Merge branch 'main' into atom 2023-04-04 14:42:44 -04:00
Jonny Gerig Meyer
3fd4524f66
Merge pull request #31 from oddbird/implementation-guide
Add implementation guide
2023-04-04 14:42:33 -04:00
Jonny Gerig Meyer
12e1a9171c
Add Atom feed 2023-04-04 14:22:44 -04:00
Jonny Gerig Meyer
d81f161506
Merge branch 'main' into implementation-guide 2023-04-04 12:21:10 -04:00
Jonny Gerig Meyer
6cad4d16b6
Merge branch 'main' of github.com:sass/sass-site
* 'main' of github.com:sass/sass-site:
  Trigger deploy
  Add a blog post about native CSS nesting (#711)
2023-04-04 12:19:07 -04:00
Jonny Gerig Meyer
5e0551b751
Add implementation guide 2023-04-04 12:08:31 -04:00
Jonny Gerig Meyer
5f313e9a1a
re-enable stylelint rule 2023-04-03 12:22:39 -04:00
Jonny Gerig Meyer
fb212e8341
Merge pull request #30 from oddbird/auto-dependency-upgrades
Automated dependency upgrades
2023-04-03 12:16:34 -04:00
github-actions
d1c2dc6e61 chore(deps): Automated dependency upgrades 2023-04-03 08:05:53 +00:00
Natalie Weizenbaum
3cdc155665 Trigger deploy 2023-03-29 15:44:12 -07:00
Natalie Weizenbaum
0d03d6c33e
Add a blog post about native CSS nesting (#711) 2023-03-29 15:24:17 -07:00
Jonny Gerig Meyer
c1e5da4022
Merge branch 'main' of github.com:sass/sass-site
* 'main' of github.com:sass/sass-site:
  Document the floating-point numbers spec (#708)
  Cut a release for a new Dart Sass version
  Document constants in calculations (#707)
  Fix redirects for random-with-units and color-units (#706)
  Fix multiple typos (#703)
  Revert "Bump nokogiri from 1.12.5 to 1.13.10 (#699)" (#705)
  Bump nokogiri from 1.12.5 to 1.13.10 (#699)
  Cut a release for a new Dart Sass version
  Cut a release for a new Dart Sass version
  Cut a release for a new Dart Sass version
  Cut a release for a new Dart Sass version
  Document --fatal-deprecation (#702)
  Partially roll back #698
  Document string.split()
  Bump versions of GitHub actions (#698)
  Fix broken markdown link in meta.function-exists (#697)
  Remove unmaintained links (#696)
  Cut a release for a new Dart Sass version
  Cut a release for a new Dart Sass version
  Cut a release for a new Dart Sass version
2023-03-29 12:33:21 -04:00
Stacy Kvernmo
ceebd428fa
Merge pull request #28 from oddbird/consistent-sass-formatting
[consistent-sass-formatting] Make sure properties are written consistently (remove nesting)
2023-03-28 15:51:42 -05:00
Jonny Gerig Meyer
8c0a93013e
disable stylelint rule: https://github.com/stylelint/stylelint/issues/6741 2023-03-28 14:25:08 -04:00
Stacy Kvernmo
f0a9167a0d lint (weird?) 2023-03-28 10:26:38 -05:00
Stacy Kvernmo
0d38383c62 Merge branch 'main' into consistent-sass-formatting 2023-03-28 10:25:13 -05:00
Jonny Gerig Meyer
85c992d58b
Merge pull request #29 from oddbird/auto-dependency-upgrades
Automated dependency upgrades
2023-03-27 10:49:00 -04:00
github-actions
2f5850b1a3 chore(deps): Automated dependency upgrades 2023-03-27 08:05:54 +00:00
Stacy Kvernmo
5d130b6143 remove nesting for consistency 2023-03-23 21:30:45 -05:00
Natalie Weizenbaum
97546fd550
Document the floating-point numbers spec (#708)
See sass/sass#2892
2023-03-23 16:18:11 -07:00
Sass Bot
a77a4f82a6 Cut a release for a new Dart Sass version 2023-03-23 23:10:47 +00:00
Natalie Weizenbaum
2c38a7f8a4
Document constants in calculations (#707)
Closes #700
See sass/sass#3258
2023-03-23 15:59:26 -07:00
Goodwine
a184adb1c6
Fix redirects for random-with-units and color-units (#706) 2023-03-23 14:06:56 -07:00
Stacy Kvernmo
6ffe0933ba Merge branch 'main' into consistent-sass-formatting 2023-03-23 15:58:55 -05:00
Eric Mutta
abaee7ea73
Fix multiple typos (#703)
* Fix typo in import.html.md.erb

The following sentence:

> ...libraries must **prefix to all** their members...

Should read:

> ...libraries must **add a prefix to all** their members...

* Fix typo in comments.html.md.erb

The following:

> Because the **extend** of the comment...

Should read:

> Because the **extent** of the comment...

* Fix typo in string.html.md.erb

The sentence:

> ...relying on **this** operators...

Should read:

> ...relying on **these** operators...

* Fix typo in string.html.md.erb

The following sentence:

> If **of** `$index` is higher...

Should read:

> If `$index` is higher...

* Reflow source/documentation/at-rules/import.html.md.erb

---------

Co-authored-by: Goodwine <2022649+Goodwine@users.noreply.github.com>
2023-03-22 14:26:06 -07:00
Jennifer Thakar
95a617da2f
Revert "Bump nokogiri from 1.12.5 to 1.13.10 (#699)" (#705)
This reverts commit 024ff9e4d3.
2023-03-22 13:25:56 -07:00
dependabot[bot]
024ff9e4d3
Bump nokogiri from 1.12.5 to 1.13.10 (#699)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.10.
- [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.12.5...v1.13.10)

---
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>
2023-03-20 13:51:56 -07:00
Jonny Gerig Meyer
19c89de32d
Merge pull request #27 from oddbird/auto-dependency-upgrades
Automated dependency upgrades
2023-03-20 10:36:31 -04:00
github-actions
e124b7589d chore(deps): Automated dependency upgrades 2023-03-20 08:06:39 +00:00
Sass Bot
6145a41883 Cut a release for a new Dart Sass version 2023-03-14 21:18:54 +00:00
Stacy Kvernmo
0da52b01b7
Merge pull request #24 from oddbird/color-config
[color-config] Make sure colors are using CSS Variables where possible
2023-03-14 12:05:07 -05:00
Stacy Kvernmo
f9e3e2e94f Merge branch 'main' into color-config 2023-03-14 11:57:27 -05:00
Jonny Gerig Meyer
47e98b75a0
Merge pull request #17 from oddbird/learn-sass
Learn Sass page and code example helper.
2023-03-14 12:32:55 -04:00
Stacy Kvernmo
cc35ee2364 Merge branch 'learn-sass' of https://github.com/oddbird/sass-site into learn-sass 2023-03-13 17:06:55 -05:00
Stacy Kvernmo
c57377610c define new breakpoints for code tabs 2023-03-13 17:06:52 -05:00