Removing default classes on a component
So the html for a section contains classes for ring-1 etc, but I want to remove the ring and shadow for a particular section.
I've tried using extraAttributes but that obviously doesn't override existing. Is it possible to do so without having to change the blade entirely?
1 Reply
Solution
Nevermind, custom css did work, I just had the wrong class name 🤦♂️