mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] yarn format
This commit is contained in:
parent
8ca77e7237
commit
76def418e1
1 changed files with 2 additions and 1 deletions
|
@ -208,6 +208,7 @@ Autoprefixer is no longer run by default. To enable:
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
### Tailwind CSS
|
### Tailwind CSS
|
||||||
|
|
||||||
Ensure you have PostCSS installed. This was optional in previous releases, but is required now:
|
Ensure you have PostCSS installed. This was optional in previous releases, but is required now:
|
||||||
|
@ -221,7 +222,7 @@ Ensure you have PostCSS installed. This was optional in previous releases, but i
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
For more information, read the [Tailwind CSS documentation](https://tailwindcss.com/docs/installation#add-tailwind-as-a-post-css-plugin)
|
For more information, read the [Tailwind CSS documentation](https://tailwindcss.com/docs/installation#add-tailwind-as-a-post-css-plugin)
|
||||||
|
|
||||||
[snowpack]: https://www.snowpack.dev
|
[snowpack]: https://www.snowpack.dev
|
||||||
[vite]: https://vitejs.dev
|
[vite]: https://vitejs.dev
|
||||||
|
|
Loading…
Reference in a new issue