Skip to content
CSS Head
CSS links, tutorials, code and demos for web designers and developers
    About Archives Contact Privacy and Cookies Policy Submit a Link Submit Community News
CSS Head
CSS links, tutorials, code and demos for web designers and developers
Home Submit a Link Contact About

Tag: css variables

CSS Custom Properties Fail Without Fallback

June 19, 2020

Custom CSS properties (aka variables) can cause problems if the custom property fails. See this post to see how @supports can solve the issues…

csshead

Unlocking the Benefits of CSS Variables

November 3, 2017

Overview of the benefits of CSS variables and helpful tips and tricks for working with them…

csshead

CSS Variables: Why Should You Care?

February 8, 2016

CSS Variables support is starting to appear in a few browsers. This article explains what they are and how they’re different from SASS and LESS variables…

csshead comment 0 Comments

Introducing LESS: a Better CSS

June 17, 2009

A CSS compiler that retains the original CSS syntax but adds a bunch of new features inclusing variables, mixins, nested inheritance and operations. It’s called LESS, which stands for Leaner CSS…

csshead comment 0 Comments