CSS articles

Don't forget about currentColor

Tagged in CSS
Published on
Written by Ritchie Jacobs

With CSS preprocessors like SASS or LESS being a must to use in every new project we often forget that CSS already comes with some powerful built-in features nowadays. One such feature is the currentColor keyword. This property allows you...