Skip to content
This repository was archived by the owner on Jan 31, 2018. It is now read-only.

Commit 4a541a8

Browse files
committed
Merge pull request #16 from himedlooff/gh-pages
Adds var for boxsizing.htc path in Less.
2 parents 3fa49b9 + f6c7768 commit 4a541a8

File tree

8 files changed

+1028
-1002
lines changed

8 files changed

+1028
-1002
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ cf-grid has four main features:
1212
3. Keeps HTML semantic by not including presentational classes in markup.
1313
4. Row-agnostic. Put as many columns as you want in a container. Great for RWD.
1414

15-
- [View the docs](http://cfpb.github.io/cf-grid/custom-demo/) _still a work in progress_
1615
- [See the custom demo](http://cfpb.github.io/cf-grid/custom-demo/)
1716

1817

@@ -70,12 +69,13 @@ We welcome your feedback and contributions.
7069

7170
## Getting Started
7271

73-
Note that [the docs](http://cfpb.github.io/cf-grid/custom-demo/) are still a
74-
work in progress.
75-
The `cf-grid.less` file should be commented well enough to fill in some missing
76-
gaps in documentation.
72+
_NOTE:_ It is important to override the `@box-sizing-polyfill-path` Less
73+
variable to point to the `boxsizing.htc` file using a root relative path.
74+
Since `boxsizing.htc` is a Bower dependency for cf-grid it will automatically
75+
be downloaded with cf-grid when using Bower.
7776

78-
[Also, please read the Capital Framework docs](https://cfpb.github.io/capital-framework/components/).
77+
- [View the docs](http://cfpb.github.io/cf-grid/docs)
78+
- [Capital Framework docs](https://cfpb.github.io/capital-framework/components/).
7979

8080

8181
## Known Issues

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cf-grid",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "A Less-based grid system using parametric mixins. Part of Capital Framework.",
55
"keywords": [
66
"capital-framework",

0 commit comments

Comments
 (0)