grid-style
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "grid-style", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Grid layout implemented by flex box.", | ||
"main": "dist/index.css", | ||
"style": "", | ||
"style": "dist/index.css", | ||
"files": [ | ||
"dist/grid-style.css", | ||
"dist/index.css", | ||
"layout" | ||
@@ -10,0 +10,0 @@ ], |
@@ -1,3 +0,33 @@ | ||
# flexbox-grid | ||
# grid-style | ||
使用 `flexbox` 来实现 `grid` 布局。 | ||
CSS grid layout implemented by flex box. | ||
👉Browse [online] | ||
[online]:https://lbwa.github.io/grid-style/ | ||
## Installing | ||
```bash | ||
# npm | ||
npm i gird-style --save | ||
# yarn | ||
yarn add grid-style | ||
``` | ||
```html | ||
<script type="text/javascript" src="https://unpkg.com/grid-style"></script> | ||
<!-- or --> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/grid-style"></script> | ||
``` | ||
## Usage | ||
```js | ||
// import css file | ||
import 'grid-style' | ||
// a sass alternative to css file | ||
import 'grid-style/layout/index.sass' | ||
``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11402
34
1