tailwind.config.js
·
358 commits
to master
since this release
New features
classnames-order rule
configoption (default totailwind.config.js)
no-contradicting-classname and no-custom-classname rules
calleesoptions addedconfigoption (default totailwind.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-classnameshould run even with a single classname- incorrect
insetrule ingroups.js
MINOR
lib/config/groups.jscan handle values from thetailwind.config.js- ADD
.prettierrc.json - ADD support for custom
separator - ADD support for custom breakpoints from
screens