How can i disable just a part of a utility #3076
Answered
by
simonswiss
yassinebridi
asked this question in
Help
-
I want to change just a part of the inset utilities, particularly the left and right utilities. corePlugins: {
inset: false
} it will disable all the utilities including |
Beta Was this translation helpful? Give feedback.
Answered by
simonswiss
Dec 15, 2020
Replies: 1 comment 1 reply
-
Hey! I don't think this is possible - you would need to disabled the entire |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yassinebridi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
I don't think this is possible - you would need to disabled the entire
inset
core plugin and re-implement it the way you want it to work.