3.0.5 • Published 9 months ago

@sundaeswap/tailwind-config v3.0.5

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

tailwind-config

This is a base shared tailwind-config.js which all other tailwind-config.js's can require as a plugin.

Installation

To install, run:

bun run add tailwindcss tailwindcss-animation-delay tailwindcss-radix @sundaeswap/tailwind-config -D

And then from your root project's tailwind.config.js file, extend the base theme like this:

const { plugins, theme } = require("@sundaeswap/tailwind-config");

module.exports = {
  content: [
    "./src/components/**/*.tsx",

    // Make sure to include @sundaeswap/ui-toolkit if using.
    "./node_modules/@sundaeswap/ui-toolkit/**/*",
  ],
  theme: {
    ...theme,

    // Theme overrides
  },
  // add additional plugins after the spread
  plugins: [...plugins],
};
3.0.5

9 months ago

3.0.4

9 months ago

3.0.3

9 months ago

3.0.2

9 months ago

3.0.1

10 months ago

2.0.17

12 months ago

2.0.16

12 months ago

2.0.15

12 months ago

2.0.14

1 year ago

2.0.13

1 year ago

2.0.12

1 year ago

2.0.11

1 year ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago