1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-02 02:22:37 +02:00

docs(readme.md): update latest version

This commit is contained in:
BcRikko
2019-02-27 20:27:48 +09:00
parent 4a2a145fd1
commit a160b295b6
5 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ Importa el CSS utiliando un elemento `<link />`:
```html ```html
<!-- minificado --> <!-- minificado -->
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" /> <link href="https://unpkg.com/nes.css@2.1.0/css/nes.min.css" rel="stylesheet" />
<!-- último --> <!-- último -->
<link href="https://unpkg.com/nes.css@latest/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 --> <!-- solo estilo del núcleo -->

View File

@@ -32,7 +32,7 @@ yarn add nes.css
```html ```html
<!-- 圧縮版 --> <!-- 圧縮版 -->
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" /> <link href="https://unpkg.com/nes.css@2.1.0/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@latest/css/nes.min.css" rel="stylesheet" />
<!-- コアスタイルのみ --> <!-- コアスタイルのみ -->

View File

@@ -32,7 +32,7 @@ Importe o CSS através de um elemento `<link />`:
```html ```html
<!-- minify --> <!-- minify -->
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" /> <link href="https://unpkg.com/nes.css@2.1.0/css/nes.min.css" rel="stylesheet" />
<!-- latest --> <!-- latest -->
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" /> <link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- core style only --> <!-- core style only -->

View File

@@ -22,7 +22,7 @@ yarn add nes.css
```html ```html
<!-- non-minified --> <!-- non-minified -->
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" /> <link href="https://unpkg.com/nes.css@2.1.0/css/nes.min.css" rel="stylesheet" />
<!-- latest --> <!-- latest -->
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" /> <link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- core style only --> <!-- core style only -->

View File

@@ -32,7 +32,7 @@ Import the CSS via a `<link />` element:
```html ```html
<!-- minify --> <!-- minify -->
<link href="https://unpkg.com/nes.css@2.0.0/css/nes.min.css" rel="stylesheet" /> <link href="https://unpkg.com/nes.css@2.1.0/css/nes.min.css" rel="stylesheet" />
<!-- latest --> <!-- latest -->
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" /> <link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- core style only --> <!-- core style only -->