0.1.50 • Published 1 month ago

@codefixlabs/tailwindcss v0.1.50

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

@codefixlabs/tailwindcss

Quick Setup

Nuxt 3

  1. Add @codefixlabs/tailwindcss dependency to your project
# Using npm
npm install --save-dev @codefixlabs/tailwindcss
# Using yarn
yarn add --dev @codefixlabs/tailwindcss
  1. Add @codefixlabs/tailwindcss to the buildModules section of nuxt.config.ts
import { defineNuxtConfig } from 'nuxt3'

export default defineNuxtConfig({
  buildModules: [
    // Simple usage
    '@codefixlabs/tailwindcss',

    // With options
    ['@codefixlabs/tailwindcss', { /* module options */ }]
  ]
})
  1. Create your configuration file
npx tailwindcss init
  1. Include Tailwind in your CSS
/* ./assets/css/tailwind.css */
@tailwind base;
@tailwind components;
@tailwind utilities;

Typescript

For Nuxt config typescript support, add the module within your tsconfig.json.

{
  "compilerOptions": {
    "types": [
      "@codefixlabs/tailwindcss"
    ]
  }
}

License

MIT License

Copyright © CodeFix Team

0.1.50

1 month ago

0.1.49

1 month ago

0.1.48

1 month ago

0.1.47

3 months ago

0.1.44

3 months ago

0.1.45

3 months ago

0.1.46

3 months ago

0.1.42

4 months ago

0.1.43

4 months ago

0.1.41

4 months ago

0.1.40

4 months ago

0.1.38

4 months ago

0.1.39

4 months ago

0.1.37

4 months ago

0.1.36

4 months ago

0.1.35

4 months ago

0.1.33

4 months ago

0.1.34

4 months ago

0.1.32

4 months ago

0.1.31

5 months ago

0.1.30

5 months ago

0.1.10

6 months ago

0.1.11

6 months ago

0.1.12

6 months ago

0.1.13

6 months ago

0.1.14

6 months ago

0.1.15

6 months ago

0.1.27

5 months ago

0.1.28

5 months ago

0.1.29

5 months ago

0.1.20

5 months ago

0.1.21

5 months ago

0.1.22

5 months ago

0.1.23

5 months ago

0.1.24

5 months ago

0.1.25

5 months ago

0.1.26

5 months ago

0.1.16

6 months ago

0.1.8

6 months ago

0.1.17

6 months ago

0.1.7

6 months ago

0.1.18

6 months ago

0.1.19

5 months ago

0.1.9

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.0

2 years ago

0.1.2

2 years ago

0.0.3

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.0.5

2 years ago

0.1.3

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago