Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jill64/svelte-tailwind
🌀 Simplified TailwindCSS Configuration for Svelte
https://github.com/jill64/svelte-tailwind
config css postcss sveltekit tailwind
Last synced: 5 days ago
JSON representation
🌀 Simplified TailwindCSS Configuration for Svelte
- Host: GitHub
- URL: https://github.com/jill64/svelte-tailwind
- Owner: jill64
- License: mit
- Created: 2023-12-01T14:30:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T23:39:22.000Z (6 months ago)
- Last Synced: 2024-05-28T08:02:47.536Z (6 months ago)
- Topics: config, css, postcss, sveltekit, tailwind
- Language: TypeScript
- Homepage: https://npmjs.com/package/@jill64/svelte-tailwind
- Size: 966 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @jill64/svelte-tailwind
🌀 Simplified TailwindCSS Configuration for Svelte
## Installation
```sh
npm i @jill64/svelte-tailwind
```## Usage
postcss.config.js
```js
import { postcssConfig } from '@jill64/svelte-tailwind'/** @type {import('@jill64/svelte-tailwind').PostcssConfig} */
export default postcssConfig({
// ...
})
```tailwind.config.js
```js
import { tailwindConfig } from '@jill64/svelte-tailwind'/** @type {import('@jill64/svelte-tailwind').TailwindConfig} */
export default tailwindConfig({
// ...
})
```## License
[MIT](LICENSE)