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
Fix current issue of _normalize.scss overriding styling of different tags e.g.
// Remove list styles on ul, ol elements with a class, which suggests default styling will be removedul[class],
ol[class] {
margin: 0;
padding: 0;
list-style: none;
}
...
// Remove a elements default styles if they have a classa[class] {
color: inherit;
text-decoration: none;
}
The text was updated successfully, but these errors were encountered:
Fix current issue of
_normalize.scss
overriding styling of different tags e.g....
The text was updated successfully, but these errors were encountered: