Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
css variables

31 Articles
{
,

}
Image
Direct link to the article Creating Yin and Yang Loaders On the Web
canvas css variables custom properties JavaScript SVG

Creating Yin and Yang Loaders On the Web

I came across a couple such animations a while ago and this gave me the idea of creating my own versions with as little code as possible, no external libraries, using various methods, some of which take advantage of more …

Image
Ana Tudor on Jun 6, 2017 Updated on Apr 3, 2018
Image
Direct link to the article Simplifying CSS Cubes with Custom Properties
3d css variables custom properties JavaScript

Simplifying CSS Cubes with Custom Properties

I know there are a ton of pure CSS cube tutorials out there. I’ve done a few myself. But for mid-2017, when CSS Custom Properties are supported in all major desktop browsers, they all feel… outdated and very WET. …

Image
Ana Tudor on May 16, 2017 Updated on May 17, 2017
Image
Direct link to the article Making Custom Properties (CSS Variables) More Dynamic
calc css variables custom properties

Making Custom Properties (CSS Variables) More Dynamic

CSS Custom Properties (perhaps more easily understood as CSS variables) provide us ways to make code more concise, as well as introduce new ways to work with CSS that were not possible before. They can do what preprocessor variables can… …

Image
Dan Wilson on May 10, 2017 Updated on Jun 1, 2017
Image
Direct link to the article Autoprefixing with CSS Variables
css variables prefixing

Autoprefixing with CSS Variables

I’d call this a bonafide CSS trick, courtesy Lea Verou.

Don’t miss the comments, in which Sérgio Gomes reminds us this might make it easier to change values in JavaScript, because you could skip worrying about prefixes there. Changing …

Image
Chris Coyier on Sep 8, 2016
  • Image Newer
  • 1
  • ...
  • 2
  • 3
  • 4

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top
Advertisement