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 @@ -145,7 +145,7 @@ The very minimum to run looks like this:
145145
146146``` js
147147// This code outputs to the terminal/console the result of processing the simplest CSS from the single tag.
148- import { CssToHtml } from ' css-to-html ' ;
148+ import { CssToHtml } from ' css2html ' ;
149149
150150let result = new CssToHtml ({ css: ' div{}' });
151151
@@ -233,6 +233,6 @@ new CssToHtml({
233233})
234234```
235235
236- ### If you find a bug, please create an issue [ here] ( https://github.com/Ulyanov-programmer/css-to-html /issues ) .
236+ ### If you find a bug, please create an issue [ here] ( https://github.com/Ulyanov-programmer/css2html /issues ) .
237237
238- ### If this project was useful to you, you can give it a ★ in [ repository] ( https://github.com/Ulyanov-programmer/css-to-html ) .
238+ ### If this project was useful to you, you can give it a ★ in [ repository] ( https://github.com/Ulyanov-programmer/css2html ) .
Original file line number Diff line number Diff line change 11{
2- "name" : " @ulyanov/css-to-html " ,
2+ "name" : " css2html " ,
33 "version" : " 1.0.0" ,
44 "author" : " Ulyanov Ivan" ,
55 "description" : " The library for converting CSS to HTML" ,
You can’t perform that action at this time.
0 commit comments