This website requires JavaScript.
Explore
Help
Sign in
michael
/
astro
Watch
1
Star
0
Fork
You've already forked astro
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
3b511059b9
astro
/
examples
/
with-tailwindcss
/
tailwind.config.js
5 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Improve Tailwind docs & Tailwind support (#92)
2021-04-14 16:36:00 +00:00
module
.
exports
=
{
mode
:
'jit'
,
Tell tailwind to purge from the src folder (#1797)
2021-11-11 19:35:54 +00:00
purge
:
[
'./src/**/*.{astro,html,js,jsx,svelte,ts,tsx,vue}'
]
,
Improve Tailwind docs & Tailwind support (#92)
2021-04-14 16:36:00 +00:00
}
;
Reference in a new issue
Copy permalink