Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nemuvski committed Jun 29, 2023
1 parent f2af8d5 commit 33ad6ac
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Insert `<link>` into `<head>`.
```html
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/nacss@1.1.0/dist/nacss.min.css"
href="https://cdn.jsdelivr.net/npm/nacss@2.0.0/dist/nacss.min.css"
/>
```

Expand All @@ -64,5 +64,5 @@ import 'nacss';
@import url(nacss);

/* via CDN */
@import url(https://cdn.jsdelivr.net/npm/nacss@1.1.0/dist/nacss.min.css);
@import url(https://cdn.jsdelivr.net/npm/nacss@2.0.0/dist/nacss.min.css);
```
2 changes: 1 addition & 1 deletion dist/nacss.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! nacss v1.1.0 MIT */
/*! nacss v2.0.0 MIT */
*,
::after,
::before {
Expand Down
2 changes: 1 addition & 1 deletion dist/nacss.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Insert `<link>` into `<head>`.
<!-- Change version specification -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/nacss@1.1.0/dist/nacss.min.css"
href="https://cdn.jsdelivr.net/npm/nacss@2.0.0/dist/nacss.min.css"
/>
```

Expand All @@ -61,5 +61,5 @@ import 'nacss';
@import url(nacss);

/* via CDN (Change version specification) */
@import url(https://cdn.jsdelivr.net/npm/nacss@1.1.0/dist/nacss.min.css);
@import url(https://cdn.jsdelivr.net/npm/nacss@2.0.0/dist/nacss.min.css);
```
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacss",
"version": "1.1.0",
"version": "2.0.0",
"description": "CSS to prepare a base for styling",
"license": "MIT",
"author": "K.Utsunomiya",
Expand Down

0 comments on commit 33ad6ac

Please sign in to comment.