Skip to content

Commit 711a6b1

Browse files
committedMar 3, 2015
Update docs to reflect new naming pattern.
1 parent 895701a commit 711a6b1

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed
 

‎README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ Install using npm:
1212
$ npm install --save inuit-widths-responsive
1313

1414

15-
`widths-responsive` will inherit the same settings used for `widths` (i.e.
16-
namespaces and fraction vs. spoken-word format).
17-
1815
`widths-responsive` loops through the breakpoints defined in
1916
`settings.responsive` to generate prefixed breakpoint-based classes. If you are
2017
using inuitcss’ default breakpoints, you will be given classes like
21-
`lap-and-up-1/4`, or `desk-one-half`, etc.
18+
`u-1/4-lap-and-up`, or `u-1-of-2-desk`, etc.

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inuit-widths-responsive",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"authors": [
55
"Harry Roberts <harry@csswizardry.com>"
66
],

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inuit-responsive-widths",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Responsively controlled width classes for the inuitcss framework",
55
"main": "_trumps.widths-responsive.scss",
66
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.