File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " purecss-components" ,
3
- "version" : " 0.0.10 " ,
3
+ "version" : " 0.0.11 " ,
4
4
"description" : " Pure.CSS Components is a responsive lib of CSS Only components built to work with Pure.CSS" ,
5
5
"main" : " index.js" ,
6
6
"author" : " jcrick@josephcrick.com" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Pure CSS Components
6
6
[ ![ Build Status] ( https://travis-ci.org/joe-crick/pure-css-components.svg?branch=master )] ( https://travis-ci.org/joe-crick/pure-css-components )
7
7
[ ![ GitHub license] ( https://img.shields.io/github/license/Day8/re-frame.svg )] ( license.txt )
8
8
![ Dependencies] ( https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg )
9
- ![ Current Version] ( https://img.shields.io/badge/version-0.0.10 -green.svg )
9
+ ![ Current Version] ( https://img.shields.io/badge/version-0.0.11 -green.svg )
10
10
11
11
12
12
![ Pure Components] ( https://github.com/joe-crick/pure-css-components/blob/master/static/pure-css-components.png )
@@ -16,15 +16,6 @@ CSS Only Components for [Pure CSS](http://purecss.io).
16
16
17
17
NOTE: This is an independent project, and is not directly associated with Pure CSS.
18
18
19
- ### Use from the CDN
20
-
21
- ``` html
22
- <link rel =" stylesheet"
23
- href =" https://unpkg.com/purecss-components@0.0.10/dist/pure-components.css"
24
- integrity =" sha384-cCdXaMBDgc3krh5mlTnFgdTnizVUd2Ucy9HGShQMoYOc/4NgP4b7CBOdF23VxIy3"
25
- crossorigin =" anonymous" >
26
- ```
27
-
28
19
### Install from NPM
29
20
30
21
``` js
You can’t perform that action at this time.
0 commit comments