File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,7 @@ Install using npm:
12
12
$ npm install --save inuit-widths-responsive
13
13
14
14
15
- ` widths-responsive ` will inherit the same settings used for ` widths ` (i.e.
16
- namespaces and fraction vs. spoken-word format).
17
-
18
15
` widths-responsive ` loops through the breakpoints defined in
19
16
` settings.responsive ` to generate prefixed breakpoint-based classes. If you are
20
17
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.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " inuit-widths-responsive" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"authors" : [
5
5
" Harry Roberts <harry@csswizardry.com>"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " inuit-responsive-widths" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " Responsively controlled width classes for the inuitcss framework" ,
5
5
"main" : " _trumps.widths-responsive.scss" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments