AI Features

Programmatic Access

This lesson discusses how to have programmatic access to all the data we define in CSS.

We'll cover the following...

What is programmatic access?

As developers who use web technologies, we’re used to working across three different but cooperative languages: HTML (the layout), JS (the script), CSS (the style).

Sometimes, it’s beneficial to be able to access what we define in CSS from ...

Ask