An open API service indexing awesome lists of open source software.

https://github.com/lekoarts-demos/css-custom-properties-examples

Showcase of some usecases for CSS Custom Properties
https://github.com/lekoarts-demos/css-custom-properties-examples

css css-variables custom-properties variables

Last synced: about 2 months ago
JSON representation

Showcase of some usecases for CSS Custom Properties

Awesome Lists containing this project

README

        

# Example page on my talk about CSS Custom Properties

The slides for this talk can be found in my [talks repository](https://github.com/LekoArts/talks/tree/master/css-custom-properties-intro).

## Get started

Clone the project to a local folder.

Use `npm` and optionally `yarn` to install the project with:

```bash
npm install
```

You can start the development server with:

```bash
npm run dev
```