Skip to content

Commit 2d4eef7

Browse files
committed
Add TOC
1 parent ba08ead commit 2d4eef7

File tree

3 files changed

+215
-26
lines changed

3 files changed

+215
-26
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,34 @@ based on selector specificity, origin (user or author stylesheet or inline), and
1616
* Escape raw values to use as CSS [identifiers](https://drafts.csswg.org/cssom/#serialize-an-identifier) or
1717
[strings](https://drafts.csswg.org/cssom/#serialize-a-string)
1818

19+
**Table of Contents**
20+
21+
* [Usage](#usage)
22+
* [Objects](#objects)
23+
+ [`CSI`](#csi)
24+
- [Static Methods](#static-methods)
25+
* [`parse()`](#parse)
26+
* [`isValid()`](#isvalid)
27+
* [`normalize()`](#normalize)
28+
* [`sort()`](#sort)
29+
* [`escape()`](#escape)
30+
* [`escapeString()`](#escapestring)
31+
+ [`Selector`](#selector)
32+
- [Properties](#properties)
33+
* [`specificity`](#specificity)
34+
* [`tokens`](#tokens)
35+
- [Methods](#methods)
36+
* [`toString()`](#tostring)
37+
+ [`TheoreticalProperty`](#theoreticalproperty)
38+
- [Properties](#properties-1)
39+
* [`important`](#important)
40+
* [`origin`](#origin)
41+
* [`selector`](#selector)
42+
- [Methods](#methods-1)
43+
* [`getSpecificity()`](#getspecificity)
44+
* [`getPrecedenceLevel()`](#getprecedencelevel)
45+
* [Notes](#notes)
46+
1947
## Usage
2048

2149
Install CSI into your project:

0 commit comments

Comments
 (0)