Skip to content

Commit 6c90ac4

Browse files
Update README.md
1 parent b9ebdca commit 6c90ac4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ The library has no dependencies, works with plain old HTML/CSS/JS.
121121
<!-- USAGE EXAMPLES -->
122122
## Usage
123123

124-
### Get a CSS Rule
124+
### Usage as an ES6 module
125+
126+
#### Get a CSS Rule
125127

126128
Use getCSSRule() to search your document's stylesheets for a [CSS Rule](https://developer.mozilla.org/en-US/docs/Web/API/CSSRule).
127129

@@ -133,7 +135,7 @@ const CSSRule = getCSSRule('.text-base');
133135
// else returns false.
134136
```
135137

136-
### Modify a CSS Rule
138+
#### Modify a CSS Rule
137139

138140
The modifyCSSRule() function makes it easier to modify a [CSS Rule](https://developer.mozilla.org/en-US/docs/Web/API/CSSRule) with a single function call.
139141

0 commit comments

Comments
 (0)