mirror of
https://github.com/susam/spcss.git
synced 2025-09-01 18:02:43 +02:00
Encourage customization
This commit is contained in:
15
README.md
15
README.md
@@ -46,10 +46,13 @@ your HTML file:
|
|||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.2.0">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.2.0">
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, download the CSS file from [here][DL], edit and customie
|
Alternatively, download the CSS file from [here][DL], edit and customize
|
||||||
it as per your requirements, and use it in your project.
|
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.2.0/sp.css
|
[DL]: https://cdn.jsdelivr.net/npm/spcss@0.2.0/sp.css
|
||||||
|
[fork]: https://github.com/susam/spcss/fork
|
||||||
|
|
||||||
|
|
||||||
CDN URLs
|
CDN URLs
|
||||||
@@ -63,14 +66,14 @@ https://cdn.jsdelivr.net/npm/spcss@0.2.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
|
||||||
version of TeXMe:
|
version of SPCSS:
|
||||||
|
|
||||||
```
|
```
|
||||||
https://cdn.jsdelivr.net/npm/spcss
|
https://cdn.jsdelivr.net/npm/spcss
|
||||||
```
|
```
|
||||||
|
|
||||||
If you need something really easy to remember, use this URL to load the
|
If you need something really easy to remember, use this URL to load the
|
||||||
latest version of TeXMe:
|
latest version of SPCSS:
|
||||||
|
|
||||||
```
|
```
|
||||||
https://unpkg.com/spcss
|
https://unpkg.com/spcss
|
||||||
@@ -87,6 +90,10 @@ the document, hyperlinks, code blocks, blockquotes, etc. This project
|
|||||||
shares the minimal stylesheet that I often rely on for styling simple
|
shares the minimal stylesheet that I often rely on for styling simple
|
||||||
websites and webpages.
|
websites and webpages.
|
||||||
|
|
||||||
|
You are welcome to [fork this repository][fork] and customize it to
|
||||||
|
maintain your own copy of [sp.css](sp.css) with styles that you
|
||||||
|
frequently need.
|
||||||
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
Reference in New Issue
Block a user