mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
d252fc61b0
* Add tailwindcss nesting support * Update lockfile
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"name": "@test/tailwind-basic",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"astro": "workspace:*",
|
|
"@astrojs/tailwind": "workspace:*"
|
|
}
|
|
}
|