-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mark Reeves
committed
Jul 26, 2017
1 parent
9c01458
commit ac72001
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,24 @@ | ||
# cssgrid | ||
Responsive CSS helper classes based on CSS Grid Layout. | ||
|
||
Responsive CSS helper classes based on [CSS3 Grid Layout module](https://www.w3.org/TR/css-grid-1/). | ||
|
||
View [demo](https://bordertech.github.io/cssgrid/demo). | ||
|
||
## Building | ||
|
||
Use [yarn](https://yarnpkg.com/) to build. | ||
|
||
1. `yarn install` (first time only) | ||
2. `yarn build` | ||
|
||
## IE support | ||
|
||
IE is kinda broke. We have some beginnings of support but it does not yet include any attempt to set the `-ms-grid-column` offsets or use margins instead of `grid-space`. The file `ie.scss` will be built as a separate file. There is a var which allows this same IE specific CSS to be built into the main CSS file if required. | ||
|
||
## Tests | ||
|
||
The tests are not really set up yet. The `/test/` directory contains a couple of primitive HTML pages which depend on the built CSS. This is still very much a work in progress. | ||
|
||
## Configuration | ||
|
||
Configuration is done through Sass variables. More info later! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters