diff options
author | 2021-06-09 17:39:52 -0300 | |
---|---|---|
committer | 2021-06-09 16:39:52 -0400 | |
commit | 26853fd2ec9e10ea5b8a187e99418d9791172e25 (patch) | |
tree | 732cb6e1649455fc47c412c53c64a3608c4f69b2 | |
parent | 74d67b52c1a585cc7cf47b7088f9a92dbbbd2027 (diff) | |
download | astro-26853fd2ec9e10ea5b8a187e99418d9791172e25.tar.gz astro-26853fd2ec9e10ea5b8a187e99418d9791172e25.tar.zst astro-26853fd2ec9e10ea5b8a187e99418d9791172e25.zip |
docs: fix browserlists link (#351)
* docs: fix browserlists link
* Update styling.md
-rw-r--r-- | docs/styling.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/styling.md b/docs/styling.md index 3071557bd..47e8924e3 100644 --- a/docs/styling.md +++ b/docs/styling.md @@ -466,7 +466,7 @@ Also please check out the [Stylelint][stylelint] project to whip your styles int [bem]: http://getbem.com/introduction/ [box-model]: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/The_box_model [browserslist]: https://github.com/browserslist/browserslist -[browserslist-default]: https://github.com/browserslist/browserslist#queries +[browserslist-defaults]: https://github.com/browserslist/browserslist#queries [cassie-evans-css]: https://twitter.com/cassiecodes/status/1392756828786790400?s=20 [container-queries]: https://ishadeed.com/article/say-hello-to-css-container-queries/ [css-modules]: https://github.com/css-modules/css-modules |