mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-21 13:31:24 +02:00
docs(readme.md): change to latest version url
This commit is contained in:
2
.github/README-es.md
vendored
2
.github/README-es.md
vendored
@@ -34,7 +34,7 @@ Importa el CSS utiliando un elemento `<link />`:
|
||||
<!-- minificado -->
|
||||
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" />
|
||||
<!-- último -->
|
||||
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
|
||||
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
|
||||
<!-- solo estilo del núcleo -->
|
||||
<link href="https://unpkg.com/nes.css/css/nes-core.min.css" rel="stylesheet" />
|
||||
```
|
||||
|
2
.github/README-jp.md
vendored
2
.github/README-jp.md
vendored
@@ -34,7 +34,7 @@ yarn add nes.css
|
||||
<!-- 圧縮版 -->
|
||||
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" />
|
||||
<!-- 最新版 -->
|
||||
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
|
||||
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
|
||||
<!-- コアスタイルのみ -->
|
||||
<link href="https://unpkg.com/nes.css/css/nes-core.min.css" rel="stylesheet" />
|
||||
```
|
||||
|
2
.github/README-pt-BR.md
vendored
2
.github/README-pt-BR.md
vendored
@@ -34,7 +34,7 @@ Importe o CSS através de um elemento `<link />`:
|
||||
<!-- minify -->
|
||||
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" />
|
||||
<!-- latest -->
|
||||
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
|
||||
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
|
||||
<!-- core style only -->
|
||||
<link href="https://unpkg.com/nes.css/css/nes-core.min.css" rel="stylesheet" />
|
||||
```
|
||||
|
2
.github/README-zh-CN.md
vendored
2
.github/README-zh-CN.md
vendored
@@ -24,7 +24,7 @@ yarn add nes.css
|
||||
<!-- non-minified -->
|
||||
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" />
|
||||
<!-- latest -->
|
||||
<link href="https://unpkg.com/nes.css/css/nes.css" rel="stylesheet" />
|
||||
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
|
||||
<!-- core style only -->
|
||||
<link href="https://unpkg.com/nes.css/css/nes-core.min.css" rel="stylesheet" />
|
||||
```
|
||||
|
@@ -34,7 +34,7 @@ Import the CSS via a `<link />` element:
|
||||
<!-- minify -->
|
||||
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" />
|
||||
<!-- latest -->
|
||||
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
|
||||
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
|
||||
<!-- core style only -->
|
||||
<link href="https://unpkg.com/nes.css/css/nes-core.min.css" rel="stylesheet" />
|
||||
```
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<title>NES.css - NES-style CSS Framework</title>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
|
||||
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
|
||||
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
|
||||
<link href="./demo/style.css" rel="stylesheet" />
|
||||
<script async src="./demo/lib/dialog-polyfill.js"></script>
|
||||
<link async rel="stylesheet" type="text/css" href="dialog-polyfill.css" />
|
||||
|
Reference in New Issue
Block a user