Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Plattdüütsch
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
astro
Watch
0
Fork
You've already forked astro
0
mirror of
https://github.com/withastro/astro.git
synced
2025-01-20 22:12:38 -05:00
Code
Issues
Activity
7f95d706e9
astro
/
examples
/
with-tailwindcss
/
tailwind.config.js
5 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Improve Tailwind docs & Tailwind support (#92)
2021-04-14 10:36:00 -06:00
module
.
exports
=
{
mode
:
'jit'
,
[next] Add CSS preprocessing (#1589) * Add concept for style support in Astro * Update style preprocessor to use new compiler * fix: massage preprocessStyle type * fix: @astrojs/compiler types Co-authored-by: Nate Moore <nate@skypack.dev>
2021-10-21 14:41:43 -06:00
purge
:
[
'**/*.{astro,html,js,jsx,svelte,ts,tsx,vue}'
]
,
Improve Tailwind docs & Tailwind support (#92)
2021-04-14 10:36:00 -06:00
}
;
Reference in a new issue
Copy permalink