rename is-disabled to inactive

This commit is contained in:
Thomas Willems 2024-01-30 21:28:46 +01:00
parent 20ae02dd48
commit 4aa6f99b04
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ module.exports = {
plugins: [
function addDisabledClass({ addUtilities }) {
const newUtilities = {
'.is-disabled': {
'.inactive': {
opacity: '0.25',
cursor: 'default',
},