-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Since Sass doesn't support @import statements inside of @if syntax * rolled back to using specific bi-app-sass imports for LTR/RTL cases * moved if/else -direction variable use to be within _grid.scss
- Loading branch information
Showing
20 changed files
with
140 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// ------------------------------ | ||
// edX Pattern Library: LTR directional settings & support | ||
|
||
// About: Sass partial for defining settings and utilities for LTR-centric layouts. | ||
|
||
// #SETTINGS | ||
// #LIB | ||
|
||
|
||
// ---------------------------- | ||
// #SETTINGS | ||
// ---------------------------- | ||
$layout-direction: ltr; | ||
|
||
|
||
// ---------------------------- | ||
// #LIB | ||
// ---------------------------- | ||
@import '../../node_modules/bi-app-sass/bi-app/bi-app-ltr'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// ------------------------------ | ||
// edX Pattern Library: RTL directional settings & support | ||
|
||
// About: Sass partial for defining settings and utilities for RTL-centric layouts. | ||
|
||
// #SETTINGS | ||
// #LIB | ||
|
||
|
||
// ---------------------------- | ||
// #SETTINGS | ||
// ---------------------------- | ||
$layout-direction: rtl; | ||
|
||
|
||
// ---------------------------- | ||
// #LIB | ||
// ---------------------------- | ||
@import '../../node_modules/bi-app-sass/bi-app/bi-app-rtl'; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// ------------------------------ | ||
// edX Pattern Library Site: LTR directional settings & support | ||
|
||
// About: Sass partial for defining settings and utilities for LTR-centric layouts. | ||
|
||
// #SETTINGS | ||
// #LIB | ||
|
||
|
||
// ---------------------------- | ||
// #SETTINGS | ||
// ---------------------------- | ||
$layout-direction: ltr; | ||
|
||
|
||
// ---------------------------- | ||
// #LIB | ||
// ---------------------------- | ||
@import '../../../node_modules/bi-app-sass/bi-app/bi-app-ltr'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// ------------------------------ | ||
// edX Pattern Library Site: RTL directional settings & support | ||
|
||
// About: Sass partial for defining settings and utilities for RTL-centric layouts. | ||
|
||
// #SETTINGS | ||
// #LIB | ||
|
||
|
||
// ---------------------------- | ||
// #SETTINGS | ||
// ---------------------------- | ||
$layout-direction: rtl; | ||
|
||
|
||
// ---------------------------- | ||
// #LIB | ||
// ---------------------------- | ||
@import '../../../node_modules/bi-app-sass/bi-app/bi-app-rtl'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters