This repository has been archived on 2022-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
srprices/tailwind.config.js
2020-09-30 22:35:22 -07:00

7 lines
144 B
JavaScript

module.exports = {
variants: {
backgroundColor: ['responsive', 'hover', 'focus', 'active', 'disabled'],
cursor: ['disabled'],
},
};