Start with SASS/SCSS instead of CSS. I found it a lot more understandable and efficient. SCSS is compatible with CSS so you can incorporate SCSS in any existing CSS if you want/need to.
I actually disagree. SASS is great, but if you don't know CSS as a foundation, it's very easy to end up with severely bloated styles. You have to know CSS really well before you can use SASS efficiently.