(tailwindcss) Fixed: Ordered lists with "s" modifier causes builder to throw errors

This commit is contained in:
sercan 2021-07-05 23:13:38 +03:00
parent ca8e422b21
commit 63f6edee9a

View File

@ -290,7 +290,11 @@ const config = {
},
'tbody tr' : {
borderBottomColor: 'var(--fuse-border)'
}
},
'ol[type="A" s]' : false,
'ol[type="a" s]' : false,
'ol[type="I" s]' : false,
'ol[type="i" s]' : false
}
},
sm : {