Set version to 0.8.0

This commit is contained in:
Susam Pal
2021-09-11 10:43:39 +05:30
parent 54f1f6d2b4
commit 640039cb02
4 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
0.8.0 (UNRELEASED)
0.8.0 (2021-09-11)
------------------
### Changed

View File

@@ -68,7 +68,7 @@ To use SPCSS, merely add this line of code to the `<head>` element of
your HTML file:
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.7.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.8.0">
```
Alternatively, download the CSS file from [here][DL], edit and customize
@@ -76,18 +76,18 @@ it as per your requirements, and use it in your project. You are also
welcome to [fork this repository][fork] and customize it to maintain
your own copy of [sp.css](sp.css) with styles you frequently need.
[DL]: https://cdn.jsdelivr.net/npm/spcss@0.7.0/sp.css
[DL]: https://cdn.jsdelivr.net/npm/spcss@0.8.0/sp.css
[fork]: https://github.com/susam/spcss/fork
CDN URLs
--------
Use the following URL in the `<link>` tag to load version 0.7.0 (the
Use the following URL in the `<link>` tag to load version 0.8.0 (the
current version at this time) of SPCSS:
```
https://cdn.jsdelivr.net/npm/spcss@0.7.0
https://cdn.jsdelivr.net/npm/spcss@0.8.0
```
Use the following URL in the `<link>` tag to always load the latest

View File

@@ -1,6 +1,6 @@
{
"name": "spcss",
"version": "0.7.0",
"version": "0.8.0",
"description": "Simple and Plain Stylesheet",
"files": [
"sp.css",

2
sp.min.css vendored
View File

@@ -1 +1 @@
body{color:#333;font-family:helvetica,arial,sans-serif;line-height:1.5;margin:0 auto;max-width:40em;padding:0 1em}h1,h2,h3,h4,h5,h6{margin:1em 0 .5em;line-height:1.2}a:link{color:#00e}a:visited{color:#518}a:focus,a:hover{color:#03f}a:active{color:#e00}h1 a:empty:before,h2 a:empty:before,h3 a:empty:before,h4 a:empty:before,h5 a:empty:before,h6 a:empty:before{content:"#"}h1 a:empty,h2 a:empty,h3 a:empty,h4 a:empty,h5 a:empty,h6 a:empty{visibility:hidden;padding-left:.25em}h1:hover a:empty,h2:hover a:empty,h3:hover a:empty,h4:hover a:empty,h5:hover a:empty,h6:hover a:empty{visibility:visible}img{max-width:100%}figure{margin:1em 0;text-align:center}figcaption{font-size:small}code,kbd,pre,samp{color:#009;font-family:monospace,monospace}pre kbd{color:#060}blockquote,pre{background:#eee;padding:.5em}pre{overflow:auto}blockquote{border-left:medium solid #ccc;margin:1em 0}blockquote :first-child{margin-top:0}blockquote :last-child{margin-bottom:0}table{border-collapse:collapse}td,th{border:thin solid #999;padding:.3em .4em;text-align:left}@media (prefers-color-scheme:dark){body{color:#bbb;background:#222}a:link{color:#9bf}a:visited{color:#caf}a:focus,a:hover{color:#9cf}a:active{color:#faa}code,kbd,pre,samp{color:#6cf}pre kbd{color:#9c9}blockquote,pre{background:#111}blockquote{border-color:#444}td,th{border-color:#666}}
body{color:#333;font-family:helvetica,arial,sans-serif;line-height:1.5;margin:0 auto;max-width:40em;padding:0 1em}h1,h2,h3,h4,h5,h6{margin:1.25em 0 .5em;line-height:1.2}a:link{color:#00e}a:visited{color:#518}a:focus,a:hover{color:#03f}a:active{color:#e00}h1 a:empty:before,h2 a:empty:before,h3 a:empty:before,h4 a:empty:before,h5 a:empty:before,h6 a:empty:before{content:"#"}h1 a:empty,h2 a:empty,h3 a:empty,h4 a:empty,h5 a:empty,h6 a:empty{visibility:hidden;padding-left:.25em}h1:hover a:empty,h2:hover a:empty,h3:hover a:empty,h4:hover a:empty,h5:hover a:empty,h6:hover a:empty{visibility:visible}img{max-width:100%}figure{margin:1em 0;text-align:center}figcaption{font-size:small}code,kbd,pre,samp{color:#009;font-family:monospace,monospace}pre kbd{color:#060}blockquote,pre{background:#eee;padding:.5em}pre{overflow:auto}blockquote{border-left:medium solid #ccc;margin:1em 0}blockquote :first-child{margin-top:0}blockquote :last-child{margin-bottom:0}table{border-collapse:collapse}td,th{border:thin solid #999;padding:.3em .4em;text-align:left}@media (prefers-color-scheme:dark){body{background:#111;color:#bbb}a:link{color:#9bf}a:visited{color:#caf}a:focus,a:hover{color:#9cf}a:active{color:#faa}code,kbd,pre,samp{color:#6cf}pre kbd{color:#9c6}blockquote,pre{background:#000}blockquote{border-color:#333}td,th{border-color:#666}}