Skip to content

Commit cc9763a

Browse files
committed
fix: use exsolve to resolve tailwind import
1 parent 7a68189 commit cc9763a

File tree

4 files changed

+3972
-369
lines changed

4 files changed

+3972
-369
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
[![License][license-src]][license-href]
88
[![Nuxt][nuxt-src]][nuxt-href]
99
[![Tailwind CSS][tw-src]][tw-href]
10-
[![Volta board][volta-src]][volta-href]
1110

1211
Enable [Tailwind CSS](https://tailwindcss.com) for [Nuxt](https://nuxt.com) ⚡️
1312

@@ -16,11 +15,7 @@ Enable [Tailwind CSS](https://tailwindcss.com) for [Nuxt](https://nuxt.com) ⚡
1615
## Features
1716

1817
- 👌  Zero configuration to start
19-
- 🪄  Includes [CSS Nesting](https://drafts.csswg.org/css-nesting-1/) with [postcss-nesting](https://github.com/csstools/postcss-nesting)
20-
- 🎨  Discover your Tailwind Config & Colors *([see video](https://tailwindcss.nuxtjs.org/getting-started/module-options#viewer))*
21-
- ⚙️  [Reference your Tailwind config](https://tailwindcss.nuxtjs.org/tailwindcss/configuration/#referencing-in-the-application) in your app
2218
- 📦  Extendable by [Nuxt modules](https://nuxt.com/modules) using [hooks](https://tailwindcss.nuxtjs.org/tailwindcss/config#hooks)
23-
- 🚀  Supports both [Nuxt 3](https://nuxt.com) and [Nuxt 2](https://v2.nuxt.com/)
2419

2520
## Quick Setup
2621

@@ -77,18 +72,6 @@ You can contribute to this module online:
7772

7873
</details>
7974

80-
### Docs
81-
82-
[![Nuxt UI Pro](https://img.shields.io/badge/Made%20with-Nuxt%20UI%20Pro-00DC82?logo=nuxt.js&labelColor=020420)](https://ui.nuxt.com/pro)
83-
84-
You can run `docs/` locally by using `pnpm docs:dev`, or to run a build:
85-
86-
1. Make sure to add your [Nuxt UI Pro](https://ui.nuxt.com/pro) license in the `.env` file before building the application.
87-
2. Run SSG build using `pnpm docs:build`
88-
3. Review the production build locally using `pnpm docs:preview`
89-
90-
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
91-
9275
## License
9376

9477
[MIT](./LICENSE) - Made with 💚
@@ -108,6 +91,3 @@ Check out the [deployment documentation](https://nuxt.com/docs/getting-started/d
10891

10992
[tw-src]: https://img.shields.io/badge/tailwindcss-0F172A?&logo=tailwindcss
11093
[tw-href]: https://tailwindcss.com
111-
112-
[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
113-
[volta-href]: https://volta.net/nuxt-modules/tailwindcss?utm_source=nuxt_tailwind_readme

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"@nuxt/kit": "^3.17.1",
5151
"@tailwindcss/postcss": "^4.1.6",
5252
"@tailwindcss/vite": "^4.1.6",
53+
"exsolve": "^1.0.7",
5354
"pathe": "^2.0.3",
5455
"tailwindcss": "^4.1.6"
5556
},

0 commit comments

Comments
 (0)