grid-style
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -0,1 +1,6 @@ | ||
<a name="0.2.1"></a> | ||
## [0.2.1](https://github.com/lbwa/grid-style/compare/v0.2.0...v0.2.1) (2018-07-30) | ||
<a name="0.2.0"></a> | ||
@@ -2,0 +7,0 @@ # [0.2.0](https://github.com/lbwa/grid-style/compare/v0.1.1...v0.2.0) (2018-07-30) |
{ | ||
"name": "grid-style", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Grid layout implemented by flex box.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.css", |
@@ -21,5 +21,6 @@ # grid-style [![npm](https://img.shields.io/npm/v/grid-style.svg)](https://www.npmjs.com/package/grid-style) | ||
<!-- CDN--> | ||
<script type="text/javascript" src="https://unpkg.com/grid-style"></script> | ||
<link rel="stylesheet" href="https://unpkg.com/grid-style@latest/dist/index.min.css"> | ||
<!-- or --> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/grid-style"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/grid-style@latest/dist/index.min.css"> | ||
<!-- recommend you to add version number to url ending. eg.https://unpkg.com/grid-style@x.y.z --> | ||
@@ -32,3 +33,5 @@ ``` | ||
// import css file to js file | ||
import 'grid-style' | ||
import 'grid-style/dist/index.min.css' | ||
// or | ||
import 'grid-style/dist/index.css' | ||
@@ -35,0 +38,0 @@ // a sass alternative to css file |
22971
92