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
- Host: GitHub
- URL: https://github.com/lekoarts-demos/css-custom-properties-examples
- Owner: lekoarts-demos
- License: mit
- Created: 2018-05-11T15:59:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T12:03:37.000Z (about 6 years ago)
- Last Synced: 2025-03-10T03:55:25.100Z (about 2 months ago)
- Topics: css, css-variables, custom-properties, variables
- Language: HTML
- Homepage: https://css-variables.netlify.com
- Size: 950 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```