mirror of
https://github.com/susam/spcss.git
synced 2025-09-01 18:02:43 +02:00
Set version to 0.3.0
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
0.3.0 (2020-11-30)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Left and right padding for `<body>`.
|
||||||
|
|
||||||
|
|
||||||
0.2.0 (2020-11-30)
|
0.2.0 (2020-11-30)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@@ -43,7 +43,7 @@ To use SPCSS, merely add this line of code to the `<head>` element of
|
|||||||
your HTML file:
|
your HTML file:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.2.0">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.3.0">
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, download the CSS file from [here][DL], edit and customize
|
Alternatively, download the CSS file from [here][DL], edit and customize
|
||||||
@@ -51,18 +51,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
|
welcome to [fork this repository][fork] and customize it to maintain
|
||||||
your own copy of [sp.css](sp.css) with styles you frequently need.
|
your own copy of [sp.css](sp.css) with styles you frequently need.
|
||||||
|
|
||||||
[DL]: https://cdn.jsdelivr.net/npm/spcss@0.2.0/sp.css
|
[DL]: https://cdn.jsdelivr.net/npm/spcss@0.3.0/sp.css
|
||||||
[fork]: https://github.com/susam/spcss/fork
|
[fork]: https://github.com/susam/spcss/fork
|
||||||
|
|
||||||
|
|
||||||
CDN URLs
|
CDN URLs
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Use the following URL in the `<link>` tag to load version 0.2.0 (the
|
Use the following URL in the `<link>` tag to load version 0.3.0 (the
|
||||||
current version at this time) of SPCSS:
|
current version at this time) of SPCSS:
|
||||||
|
|
||||||
```
|
```
|
||||||
https://cdn.jsdelivr.net/npm/spcss@0.2.0
|
https://cdn.jsdelivr.net/npm/spcss@0.3.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Use the following URL in the `<script>` tag to always load the latest
|
Use the following URL in the `<script>` tag to always load the latest
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "spcss",
|
"name": "spcss",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"description": "Simple and Plain Stylesheet",
|
"description": "Simple and Plain Stylesheet",
|
||||||
"files": [
|
"files": [
|
||||||
"sp.css",
|
"sp.css",
|
||||||
|
2
sp.min.css
vendored
2
sp.min.css
vendored
@@ -1 +1 @@
|
|||||||
body{font-family:helvetica,arial,sans-serif;line-height:1.5;margin:0 auto;max-width:40em}h1,h2,h3,h4,h5,h6{margin:1em 0 .5em;line-height:1.2em}a:link,a:visited{color:#03c;text-decoration:none}a:active,a:hover{color:#03f;text-decoration:underline}body,h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,h4 a:link,h4 a:visited,h5 a:link,h5 a:visited,h6 a:link,h6 a:visited{color:#333}h1 a:active,h1 a:hover,h2 a:active,h2 a:hover,h3 a:active,h3 a:hover,h4 a:active,h4 a:hover,h5 a:active,h5 a:hover,h6 a:active,h6 a:hover{color:#444}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;font-size:.9em}pre code,pre kbd,pre samp{font-size:1em}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}
|
body{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.2em}a:link,a:visited{color:#03c;text-decoration:none}a:active,a:hover{color:#03f;text-decoration:underline}body,h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,h4 a:link,h4 a:visited,h5 a:link,h5 a:visited,h6 a:link,h6 a:visited{color:#333}h1 a:active,h1 a:hover,h2 a:active,h2 a:hover,h3 a:active,h3 a:hover,h4 a:active,h4 a:hover,h5 a:active,h5 a:hover,h6 a:active,h6 a:hover{color:#444}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;font-size:.9em}pre code,pre kbd,pre samp{font-size:1em}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}
|
Reference in New Issue
Block a user