mirror of
https://github.com/susam/spcss.git
synced 2025-08-29 08:40:11 +02:00
Set version to 0.9.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
0.9.0 (UNRELEASED)
|
0.9.0 (2022-11-06)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Copyright (c) 2020-2021 Susam Pal
|
Copyright (c) 2020-2022 Susam Pal
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
@@ -68,7 +68,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.8.0">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.9.0">
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, download the CSS file from [here][DL], edit and customize
|
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
|
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.8.0/sp.css
|
[DL]: https://cdn.jsdelivr.net/npm/spcss@0.9.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.8.0 (the
|
Use the following URL in the `<link>` tag to load version 0.9.0 (the
|
||||||
current version at this time) of SPCSS:
|
current version at this time) of SPCSS:
|
||||||
|
|
||||||
```
|
```
|
||||||
https://cdn.jsdelivr.net/npm/spcss@0.8.0
|
https://cdn.jsdelivr.net/npm/spcss@0.9.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Use the following URL in the `<link>` tag to always load the latest
|
Use the following URL in the `<link>` tag to always load the latest
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "spcss",
|
"name": "spcss",
|
||||||
"version": "0.8.0",
|
"version": "0.9.0",
|
||||||
"description": "Simple and Plain Stylesheet",
|
"description": "Simple and Plain Stylesheet",
|
||||||
"files": [
|
"files": [
|
||||||
"sp.css",
|
"sp.css",
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
"homepage": "https://github.com/susam/spcss",
|
"homepage": "https://github.com/susam/spcss",
|
||||||
"bugs": "https://github.com/susam/spcss/issues",
|
"bugs": "https://github.com/susam/spcss/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Susam Pal <susam@susam.in> (https://susam.in/)",
|
"author": "Susam Pal <susam@susam.net> (https://susam.net/)",
|
||||||
"repository": "github:susam/spcss",
|
"repository": "github:susam/spcss",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"csso-cli": "latest"
|
"csso-cli": "latest"
|
||||||
|
2
sp.min.css
vendored
2
sp.min.css
vendored
@@ -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: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}}
|
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{font-family:monospace,monospace}code,kbd,pre{color:#050}samp{color:#730}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:#f99}code,kbd,pre{color:#9c6;font-family:monospace,monospace}samp{color:#db0}blockquote,pre{background:#000}blockquote{border-color:#333}td,th{border-color:#666}}
|
Reference in New Issue
Block a user