Skip to content

Commit 3651d2b

Browse files
authored
Merge pull request #9 from mmarla/master
LIVESCHEDULE 6134 - Change LTR variables and bump
2 parents aad9d79 + 8c0d4dd commit 3651d2b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gel-sass-tools",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"homepage": "https://github.com/bbc/gel-sass-tools",
55
"authors": [
66
"Shaun Bent <[email protected]>"

lib/settings/_rtl.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ $margin-right: 'margin-right';
3939
$margin-left: 'margin-left';
4040
$border-right: 'border-right';
4141
$border-left: 'border-left';
42-
$border-left-width: 'border-right-width';
43-
$border-right-width: 'border-left-width';
42+
$border-left-width: 'border-left-width';
43+
$border-right-width: 'border-right-width';
4444
$border-left-color: 'border-left-color';
4545
$border-right-color: 'border-right-color';
4646
$border-left-style: 'border-left-style';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gel-sass-tools",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A collection of Sass Settings & Tools which align to key GEL values",
55
"main": "_sass-tools.scss",
66
"scripts": {

test/test-expected.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
margin-left: 10px;
3434
border-right: 10px;
3535
border-left: 10px;
36-
border-left-width: 10px;
3736
border-right-width: 10px;
37+
border-left-width: 10px;
3838
border-left-color: red;
3939
border-right-color: blue;
4040
padding-right: 10px;

0 commit comments

Comments
 (0)