All Questions
1 question
1
vote
1
answer
885
views
using material-ui for react in a wordpress plugin: css specificity problems
Im trying to properly use material-ui for react in a wordpress plugin.
Problems arise when using inputs for forms and the styling being overwritten by wordpress own styling in the forms.css file.
Im ...