You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've never tried external CSS because I used to change styles inside Atomize tags like I post in my last comment.
But if you don't want to change the styles within the component, you can try adding !important to your custom CSS like this: .class { color: red !important; }
For example if i want to add 'mycustomclass' to a Div
something like this is not possible
<Div className='mycustomclass' />
The text was updated successfully, but these errors were encountered: