Encourage customization

This commit is contained in:
Susam Pal
2020-11-30 12:43:14 +05:30
parent ee2f758352
commit 9f9f172b51

View File

@@ -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
-------- --------