diff options
author | 2021-11-23 14:47:05 -0800 | |
---|---|---|
committer | 2021-11-23 14:47:05 -0800 | |
commit | 7476a92461c4ed3e9b879d3ee7669ba59d027248 (patch) | |
tree | 8d32e787f467b8efdcc2de52786cd306834c4d36 /docs/src/pages/guides/styling.md | |
parent | 9ed6b3c0f00722436f4b30829046c1e9ef4e5765 (diff) | |
download | astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.tar.gz astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.tar.zst astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.zip |
update repo URL (#1994)
Diffstat (limited to 'docs/src/pages/guides/styling.md')
-rw-r--r-- | docs/src/pages/guides/styling.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/pages/guides/styling.md b/docs/src/pages/guides/styling.md index 595804d03..9e5e3bf88 100644 --- a/docs/src/pages/guides/styling.md +++ b/docs/src/pages/guides/styling.md @@ -251,7 +251,7 @@ As an alternative to `src/styles/global.css`, You may also add Tailwind utilitie #### Migrating from v0.19 -As of [version 0.20.0](https://github.com/snowpackjs/astro/releases/tag/astro%400.20.0), Astro will no longer bundle, build and process `public/` files. Previously, we'd recommended putting your tailwind files in the `public/` directory. If you started a project with this pattern, you should move any Tailwind styles into the `src` directory and import them in your template using [Astro.resolve()][astro-resolve]: +As of [version 0.20.0](https://github.com/withastro/astro/releases/tag/astro%400.20.0), Astro will no longer bundle, build and process `public/` files. Previously, we'd recommended putting your tailwind files in the `public/` directory. If you started a project with this pattern, you should move any Tailwind styles into the `src` directory and import them in your template using [Astro.resolve()][astro-resolve]: ```astro <link @@ -622,7 +622,7 @@ Also please check out the [Stylelint][stylelint] project to whip your styles int [fouc]: https://en.wikipedia.org/wiki/Flash_of_unstyled_content [layout-isolated]: https://web.archive.org/web/20210227162315/https://visly.app/blogposts/layout-isolated-components [less]: https://lesscss.org/ -[issues]: https://github.com/snowpackjs/astro/issues +[issues]: https://github.com/withastro/astro/issues [magic-number]: https://css-tricks.com/magic-numbers-in-css/ [material-ui]: https://material.io/components [peace-on-css]: https://didoo.medium.com/let-there-be-peace-on-css-8b26829f1be0 |