1.0.0-alpha.1 • Published 5 years ago

@andban/snapgrid-css v1.0.0-alpha.1

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

snapgrid-css

Installation

$ npm i @andban/snapgrid-css
# or yarn
$ yarn add @andban/snapgrid-css

Classes

.sg-hfill-(xs|sm|md|lg|xl)

Creates a container that will collapse when the screen size falls below the break point and enables horizontal scrolling.

.sg-vfill-(xs|sm|md|lg|xl)

Creates a container that will collapse when the screen size falls below the break point and enables vertical scrolling.

.sg-snap

A container that will expand when the container reaches its breaking point.