Skip to content

tailwind.config.js

Compare
Choose a tag to compare
@francoismassart francoismassart released this 29 Apr 20:30
· 349 commits to master since this release

New features

classnames-order rule

  • config option (default to tailwind.config.js)

no-contradicting-classname and no-custom-classname rules

  • callees options added
  • config option (default to tailwind.config.js)

JIT Mode related

Just-in-Time Mode brings new features to Tailwind CSS:

  • Stackable variants
  • Arbitrary value support
  • Built-in important modifier

eslint-plugin-tailwindcss supports these new features 🎉

FIX

  • no-custom-classname should run even with a single classname
  • incorrect inset rule in groups.js

MINOR

  • lib/config/groups.js can handle values from the tailwind.config.js
  • ADD .prettierrc.json
  • ADD support for custom separator
  • ADD support for custom breakpoints from screens