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

7 lines
144 B
JavaScript
Raw Normal View History

2020-09-30 22:32:36 -07:00
module.exports = {
variants: {
backgroundColor: ['responsive', 'hover', 'focus', 'active', 'disabled'],
cursor: ['disabled'],
},
};