An open API service indexing awesome lists of open source software.

https://github.com/afeiship/webkit-sass-float-grid

Grid implement by float.
https://github.com/afeiship/webkit-sass-float-grid

float grid sass webkit

Last synced: about 2 months ago
JSON representation

Grid implement by float.

Awesome Lists containing this project

README

          

# webkit-sass-float-grid
> Grid implement by float

## demo:
+ https://afeiship.github.io/webkit-sass-float-grid/

## usage:
```scss
@import 'node_modules/webkit-sass-float-grid/dist/webkit-sass-float-grid.scss';

$grid-responsive:(
span: auto,
sm:567px,
md:767px,
lg:1023px,
)!default;

@include webkit-sass-float-grid($grid-responsive, $inGridCount: 24, $inGridPrefix:'.g');
```

## resources:
+ https://github.com/afeiship/generator-webkit-sassui
+ https://purecss.io/grids/