File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ This Tailwind plugin implements the [CSS :first-line pseudo-element](https://dev
55## Installation
66
77``` bash
8- npm install --save-dev tailwindcss-first-line
8+ npm install --save-dev @netlify/ tailwindcss-first-line
99```
1010
1111or
1212
1313``` bash
14- yarn add -D tailwindcss-first-line
14+ yarn add -D @netlify/ tailwindcss-first-line
1515```
1616
1717## Usage
@@ -22,7 +22,7 @@ yarn add -D tailwindcss-first-line
2222module .exports = {
2323 ...
2424 plugins: [
25- require (' tailwindcss-first-line' ),
25+ require (' @netlify/ tailwindcss-first-line' ),
2626 ...
2727 ]
2828}
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/tailwindcss-first-line" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Tailwind plugin for the :first-line CSS pseudo-element" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments