7.0.0 • Published 3 years ago

@funda/tailwind-config v7.0.0

Weekly downloads
241
License
MIT
Repository
github
Last release
3 years ago

Usage

npm install @funda/tailwind-config

If you want to extend the existing config:

// tailwind.config.js

module.exports = {
  presets: [require("@funda/tailwind-config")],
  theme: {
    extend: {
      padding: {
        37: "2rem",
      },
    },
  },
};

If you want to use the config as is:

// tailwind.config.js

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

For more information on Tailwind check their amazing documentation.

How to push your changes

This repo uses commitlint, which means that it follows specific commit message rules. If the messages are not on the expected format it wont be possible to commit/push your changes.

Example of commit message:

'feat(branch_name): commit message' or 'fix(branch_name): commit message'

PS: It is recommended to use the terminal for commit, if you use any GUI it might be necessary to update you local variable PATH on your GUI. Reference: Husky issues

7.0.0

3 years ago

6.5.0

4 years ago

6.6.0

4 years ago

6.4.0

4 years ago

6.1.0

4 years ago

6.3.0

4 years ago

6.2.0

4 years ago

6.3.2

4 years ago

6.3.1

4 years ago

6.0.0

4 years ago

5.0.0

4 years ago

4.4.0

4 years ago

4.3.0

4 years ago

4.2.0

4 years ago

4.1.0

4 years ago

4.0.0

5 years ago

3.3.0

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago