1 rule found for css
No important tag in CSS
Do not use the !important declaration in CSS styles. Bad: `css .element { color: red !important; margin-top: 10px !important; } `
css