/
CSS gotchas
CSS gotchas
CSS is finicky about the format so if you do something like put ; at the end of each rule like you might be tempted to from other languages like Javascript you may have a silent failure.
The order CSS rules is very important in terms of precedence - the earliest ones take more priority - have to double confirm.
, multiple selections available,
Related content
More specific CSS selectors will override more general rules
More specific CSS selectors will override more general rules
More like this
Separate concerns with CSS rules
Separate concerns with CSS rules
More like this
CSS Comments
CSS Comments
More like this
CSS Selectors
CSS Selectors
More like this
How SASS CSS preprocessors can make for complex CSS
How SASS CSS preprocessors can make for complex CSS
More like this
Flat CSS hierarchy
Flat CSS hierarchy
More like this