Skip to content

Commit cd9de54

Browse files
author
Gary Tokman
authored
Update README.md
1 parent 1662273 commit cd9de54

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@ npm install tailwind-corner-smoothing --save-dev
1313
```
1414

1515
# Usage
16+
v4
1617

18+
```js
19+
// Global.css / App.css
20+
21+
@plugin "tailwind-corner-smoothing";
22+
23+
```
24+
25+
26+
v3
1727
```js
1828
// tailwind.config.js
1929
module.exports = {

0 commit comments

Comments
 (0)