Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
qrac committed Apr 1, 2020
1 parent e382ac0 commit b72a793
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ https://shitajicss.qranoko.jp
- `docs/css/shitaji.min.css`を読み込む

```html
<link rel="stylesheet" href="css/shitaji.min.css">
<link rel="stylesheet" href="css/shitaji.min.css" />
```

### [npm](https://www.npmjs.com/package/shitajicss)
Expand All @@ -35,7 +35,10 @@ $ npm install shitajicss
### [CDN](https://cdn.jsdelivr.net/npm/shitajicss/)

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/shitajicss@5.0.0/docs/css/shitaji.min.css">
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/shitajicss@5.1.0/docs/css/shitaji.min.css"
/>
```

## Support
Expand All @@ -48,12 +51,6 @@ $ npm install shitajicss
| :---------: | :-------------: | :--------------: |
| Newest | Newest | 4.4~ |

## Develop

- MacBook Pro: 13-inch 2016 No-touchbar
- OS: macOS High Sierra 10.13.6
- Node.js: v10.9.0

## License

- CC0 1.0 Public Domain
Expand Down
3 changes: 1 addition & 2 deletions dist/shitaji.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Shitaji.CSS v5.0.0 CC0-1.0 by Qrac */
/*! Shitaji.CSS v5.1.0 CC0-1.0 by Qrac */

*,
::before,
Expand All @@ -20,7 +20,6 @@
html {
font-family: sans-serif;
word-break: break-word;
overflow-y: scroll;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion dist/shitaji.min.css

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,7 +1,7 @@
{
"name": "shitajicss",
"description": "Resetting CSS for web production",
"version": "5.0.0",
"version": "5.1.0",
"main": "dist/shitaji.css",
"license": "CC0-1.0",
"homepage": "https://shitajicss.qranoko.jp",
Expand Down

0 comments on commit b72a793

Please sign in to comment.