File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ Importa el CSS utiliando un elemento `<link />`:
3232
3333``` html
3434<!-- minificado -->
35- <link href =" https://unpkg.com/nes.css@1 .0.0/css/nes.min.css" rel =" stylesheet" />
35+ <link href =" https://unpkg.com/nes.css@2 .0.0/css/nes.min.css" rel =" stylesheet" />
3636<!-- último -->
37- <link href =" https://unpkg.com/nes.css/css/nes.min.css" rel =" stylesheet" />
37+ <link href =" https://unpkg.com/nes.css@latest /css/nes.min.css" rel =" stylesheet" />
3838<!-- solo estilo del núcleo -->
3939<link href =" https://unpkg.com/nes.css/css/nes-core.min.css" rel =" stylesheet" />
4040```
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ yarn add nes.css
3232
3333``` html
3434<!-- 圧縮版 -->
35- <link href =" https://unpkg.com/nes.css@1 .0.0/css/nes.min.css" rel =" stylesheet" />
35+ <link href =" https://unpkg.com/nes.css@2 .0.0/css/nes.min.css" rel =" stylesheet" />
3636<!-- 最新版 -->
37- <link href =" https://unpkg.com/nes.css/css/nes.min.css" rel =" stylesheet" />
37+ <link href =" https://unpkg.com/nes.css@latest /css/nes.min.css" rel =" stylesheet" />
3838<!-- コアスタイルのみ -->
3939<link href =" https://unpkg.com/nes.css/css/nes-core.min.css" rel =" stylesheet" />
4040```
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ Importe o CSS através de um elemento `<link />`:
3232
3333``` html
3434<!-- minify -->
35- <link href =" https://unpkg.com/nes.css@1 .0.0/css/nes.min.css" rel =" stylesheet" />
35+ <link href =" https://unpkg.com/nes.css@2 .0.0/css/nes.min.css" rel =" stylesheet" />
3636<!-- latest -->
37- <link href =" https://unpkg.com/nes.css/css/nes.min.css" rel =" stylesheet" />
37+ <link href =" https://unpkg.com/nes.css@latest /css/nes.min.css" rel =" stylesheet" />
3838<!-- core style only -->
3939<link href =" https://unpkg.com/nes.css/css/nes-core.min.css" rel =" stylesheet" />
4040```
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ yarn add nes.css
2222
2323``` html
2424<!-- non-minified -->
25- <link href =" https://unpkg.com/nes.css@1 .0.0/css/nes.min.css" rel =" stylesheet" />
25+ <link href =" https://unpkg.com/nes.css@2 .0.0/css/nes.min.css" rel =" stylesheet" />
2626<!-- latest -->
27- <link href =" https://unpkg.com/nes.css/css/nes.css" rel =" stylesheet" />
27+ <link href =" https://unpkg.com/nes.css@latest /css/nes.min .css" rel =" stylesheet" />
2828<!-- core style only -->
2929<link href =" https://unpkg.com/nes.css/css/nes-core.min.css" rel =" stylesheet" />
3030```
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ Import the CSS via a `<link />` element:
3232
3333``` html
3434<!-- minify -->
35- <link href =" https://unpkg.com/nes.css@1 .0.0/css/nes.min.css" rel =" stylesheet" />
35+ <link href =" https://unpkg.com/nes.css@2 .0.0/css/nes.min.css" rel =" stylesheet" />
3636<!-- latest -->
37- <link href =" https://unpkg.com/nes.css/css/nes.min.css" rel =" stylesheet" />
37+ <link href =" https://unpkg.com/nes.css@latest /css/nes.min.css" rel =" stylesheet" />
3838<!-- core style only -->
3939<link href =" https://unpkg.com/nes.css/css/nes-core.min.css" rel =" stylesheet" />
4040```
Original file line number Diff line number Diff line change 1414 < title > NES.css - NES-style CSS Framework</ title >
1515
1616 < link href ="https://fonts.googleapis.com/css?family=Press+Start+2P " rel ="stylesheet ">
17- < link href ="https://unpkg.com/nes.css/css/nes.min.css " rel ="stylesheet " />
17+ < link href ="https://unpkg.com/nes.css@latest /css/nes.min.css " rel ="stylesheet " />
1818 < link href ="./demo/style.css " rel ="stylesheet " />
1919 < script async src ="./demo/lib/dialog-polyfill.js "> </ script >
2020 < link async rel ="stylesheet " type ="text/css " href ="dialog-polyfill.css " />
You can’t perform that action at this time.
0 commit comments