mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-02-24 02:43:33 +00:00
(tailwindcss) Fixed: Ordered lists with "s" modifier causes builder to throw errors
This commit is contained in:
parent
ca8e422b21
commit
63f6edee9a
@ -290,7 +290,11 @@ const config = {
|
|||||||
},
|
},
|
||||||
'tbody tr' : {
|
'tbody tr' : {
|
||||||
borderBottomColor: 'var(--fuse-border)'
|
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 : {
|
sm : {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user