Skip to content

Commit

Permalink
Add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen authored Oct 21, 2021
1 parent 9be90a1 commit 0d399a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

`v.scss` brings a single SCSS function for shorter access (4 characters saved!) to [CSS custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/var) : `v(propName)` instead of `var(--propName)`. It also improves fallbacks chaining.

## Table of contents

- [Installation](#installation)
- [Usage](#usage)
- [Fallback value as optional second parameter](#fallback-value-as-optional-second-parameter)
- [Multiple fallbacks](#multiple-fallbacks)
- [Edge cases](#edge-cases)
- [SCSS interpolation](#scss-interpolation)
- [`--` is a valid custom property name](#---is-a-valid-custom-property-name)
- [Changelog](#changelog)
- [Seel also](#see-also)

## Installation

1. `npm install v.scss` pulls the package into your project.
Expand Down

0 comments on commit 0d399a6

Please sign in to comment.