Skip to content

Commit

Permalink
[update] 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmf-san committed Sep 2, 2020
1 parent 4489e65 commit 19d16db
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can install sea.css from npm or yarn

## CDN
```html
<link rel="stylesheet" href="https://unpkg.com/sea.css@1.0.0/dist/sea.min.css">
<link rel="stylesheet" href="https://unpkg.com/sea.css/dist/sea.min.css">
```

# Customizing
Expand All @@ -53,4 +53,4 @@ sea.css uses a basic set of css variables, so you can override the variables def
We welcome your issue or pull request from everyone. We'd appreciate if you could contribute our project.

# License
This project is licensed under the termed of the MIT license.
This project is licensed under the termed of the MIT license.
4 changes: 2 additions & 2 deletions docs/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Article</title>
<link rel="stylesheet" href="https://unpkg.com/sea.css@1.0.0/dist/sea.min.css">
<link rel="stylesheet" href="https://unpkg.com/sea.css/dist/sea.min.css">
</head>

<body>
Expand Down Expand Up @@ -228,4 +228,4 @@ <h1>Comments</h1>
</footer>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions docs/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link rel="stylesheet" href="https://unpkg.com/sea.css@1.0.0/dist/sea.min.css">
<link rel="stylesheet" href="https://unpkg.com/sea.css/dist/sea.min.css">
</head>

<body>
Expand Down Expand Up @@ -141,4 +141,4 @@ <h1>Form</h1>
</footer>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://unpkg.com/sea.css@1.0.0/dist/sea.min.css">
<link rel="stylesheet" href="https://unpkg.com/sea.css/dist/sea.min.css">
</head>

<body>
Expand Down Expand Up @@ -425,4 +425,4 @@ <h1>Sticky footer</h1>
</footer>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions docs/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>List</title>
<link rel="stylesheet" href="https://unpkg.com/sea.css@1.0.0/dist/sea.min.css">
<link rel="stylesheet" href="https://unpkg.com/sea.css/dist/sea.min.css">
</head>
</head>

Expand Down Expand Up @@ -114,4 +114,4 @@ <h1><a href="#">Lorem Ipsum</a></h1>
</footer>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions docs/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Top</title>
<link rel="stylesheet" href="https://unpkg.com/sea.css@1.0.0/dist/sea.min.css">
<link rel="stylesheet" href="https://unpkg.com/sea.css/dist/sea.min.css">
</head>

<body>
Expand Down Expand Up @@ -152,4 +152,4 @@ <h4>Lorem ipsum</h4>
</footer>
</body>

</html>
</html>

0 comments on commit 19d16db

Please sign in to comment.