Skip to content

Commit 5cc67b1

Browse files
authored
Remove notes for CDN because it has been deprecated
1 parent 9b914c0 commit 5cc67b1

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,6 @@ Concise CSS is written using a custom CSS preprocessor, built on top of Sass and
1212

1313
## Installation
1414

15-
There are 4 different options to install Concise CSS in your website, although the recommended way is to use NPM.
16-
17-
### Using our CDN
18-
19-
If you just want to try Concise CSS or of you do not have plans to customize the styles, you can use our CDN, this is the easier way to get started with the framework—and if you like it—is recommended to switch to NPM so that you can customize the styles.
20-
21-
22-
```HTML
23-
<!-- Normal - Latest version -->
24-
<link rel="stylesheet" href="https://cdn.concisecss.com/concise.css">
25-
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-
```HTML
33-
<!-- Normal - Specific version -->
34-
<link rel="stylesheet" href="https://cdn.concisecss.com/v4.1/concise.css">
35-
36-
<!-- Minified - Specific version -->
37-
<link rel="stylesheet" href="https://cdn.concisecss.com/v4.1/concise.min.css">
3815
```
3916
4017
### Install with NPM

0 commit comments

Comments
 (0)