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.
- Host: GitHub
- URL: https://github.com/afeiship/webkit-sass-float-grid
- Owner: afeiship
- License: mit
- Created: 2018-03-05T02:13:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T05:08:40.000Z (over 8 years ago)
- Last Synced: 2025-02-07T11:30:45.979Z (over 1 year ago)
- Topics: float, grid, sass, webkit
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/