CSS Variables

from blog bt RSS Feed, | ↗ original
CSS Variables 2018-03-24 The CSS language is becoming even more awesome and powerful everyday. In this quick article I’d like to focus specifically on the “new” CSS variable function that you can start using in your projects right now. Getting started is easy Let’s just jump right in - this is how you create variables in vanilla CSS: :root { ...