mirror of
https://github.com/pure-css/pure.git
synced 2025-01-13 02:04:23 +00:00
Added SRI Check to <link>s in README (#741)
Added SHA384 hashes for SRI to <link>s in README.
This commit is contained in:
parent
409ea1e44e
commit
d0fe2f21d5
@ -15,7 +15,7 @@ A set of small, responsive CSS modules that you can use in every web project.
|
||||
**Use From the CDN:**
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
|
||||
```
|
||||
|
||||
Note: You can [customize which Pure modules you need][customize].
|
||||
@ -77,7 +77,7 @@ extensive documentation and examples to help you start using Pure.
|
||||
You can include the Pure CSS file in your project by fetching it from unpkg:
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
|
||||
```
|
||||
|
||||
You can also install Pure using [Bower][], using the following command:
|
||||
|
Loading…
Reference in New Issue
Block a user