File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,21 @@ If you just want to try Concise CSS or of you do not have plans to customize the
2020
2121
2222``` CSS
23- /* Normal */
24- <link rel="stylesheet" href="https://cdn.concisecss .com/latest/ concise.css">
23+ /* Normal - Latest version */
24+ <link rel="stylesheet" href="https://cdn.concisecss .com/concise.css">
2525
26- /* Minified */
27- <link rel="stylesheet" href="https://cdn.concisecss .com/latest/concise.min .css">
26+ /* Minified - Latest version */
27+ <link rel="stylesheet" href="https://cdn.concisecss .com/concise.min .css">
28+ ```
29+
30+ That is for the latest version, if you want to use a specific one you can do something like the following:
31+
32+ ```CSS
33+ /* Normal - Specific version */
34+ <link rel="stylesheet" href="https://cdn.concisecss .com/v4.0 .0/concise.css">
35+
36+ /* Minified - Specific version */
37+ <link rel="stylesheet" href="https://cdn.concisecss .com/v4.0 .0/concise.min .css">
2838```
2939
3040### Install with NPM
You can’t perform that action at this time.
0 commit comments