File tree 5 files changed +18
-2
lines changed
5 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gel-sass-tools" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"homepage" : " https://github.com/bbc/gel-sass-tools" ,
5
5
"authors" : [
6
6
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ $border-right: 'border-right';
41
41
$border-left : ' border-left' ;
42
42
$border-left-width : ' border-right-width' ;
43
43
$border-right-width : ' border-left-width' ;
44
+ $border-left-color : ' border-left-color' ;
45
+ $border-right-color : ' border-right-color' ;
46
+ $border-left-style : ' border-left-style' ;
47
+ $border-right-style : ' border-right-style' ;
44
48
$padding-right : ' padding-right' ;
45
49
$padding-left : ' padding-left' ;
46
50
$right : ' right' ;
@@ -56,6 +60,10 @@ $left: 'left';
56
60
$border-left : ' border-right' ;
57
61
$border-left-width : ' border-right-width' ;
58
62
$border-right-width : ' border-left-width' ;
63
+ $border-left-color : ' border-right-color' ;
64
+ $border-right-color : ' border-left-color' ;
65
+ $border-left-style : ' border-right-style' ;
66
+ $border-right-style : ' border-left-style' ;
59
67
$padding-right : ' padding-left' ;
60
68
$padding-left : ' padding-right' ;
61
69
$right : ' left' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gel-sass-tools" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " A collection of Sass Settings & Tools which align to key GEL values" ,
5
5
"main" : " _sass-tools.scss" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 35
35
border-left : 10px ;
36
36
border-left-width : 10px ;
37
37
border-right-width : 10px ;
38
+ border-left-color : red;
39
+ border-right-color : blue;
38
40
padding-right : 10px ;
39
41
padding-left : 10px ;
40
42
right : 10px ;
52
54
border-right : 10px ;
53
55
border-left-width : 10px ;
54
56
border-right-width : 10px ;
57
+ border-right-color : red;
58
+ border-left-color : blue;
55
59
padding-left : 10px ;
56
60
padding-right : 10px ;
57
61
left : 10px ;
Original file line number Diff line number Diff line change 43
43
#{$border-left } : 10px ;
44
44
#{$border-right-width } : 10px ;
45
45
#{$border-left-width } : 10px ;
46
+ #{$border-left-color } : red ;
47
+ #{$border-right-color } : blue ;
46
48
#{$padding-right } : 10px ;
47
49
#{$padding-left } : 10px ;
48
50
#{$right } : 10px ;
@@ -64,6 +66,8 @@ $rtl: true;
64
66
#{$border-left } : 10px ;
65
67
#{$border-right-width } : 10px ;
66
68
#{$border-left-width } : 10px ;
69
+ #{$border-left-color } : red ;
70
+ #{$border-right-color } : blue ;
67
71
#{$padding-right } : 10px ;
68
72
#{$padding-left } : 10px ;
69
73
#{$right } : 10px ;
You can’t perform that action at this time.
0 commit comments