1.1.0 • Published 5 months ago

@evoluzione/tailwind-config v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Usage

npm install @evoluzione/tailwind-config

If you want to extend the existing config:

// tailwind.config.js

module.exports = {
  presets: [require('@evoluzione/tailwind-config')],
  safelist: ['aspect-w-21', '...'],
};

If you want to use the config as is:

// tailwind.config.js

module.exports = {
  presets: [require('@evoluzione/tailwind-config')],
};
1.1.0

5 months ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago