docs(sass): add documentation for the remaining sass variables

closes #8785
This commit is contained in:
Brandy Carney
2016-12-02 17:51:56 -05:00
parent 81a0969530
commit 660d53101f
30 changed files with 455 additions and 38 deletions

View File

@ -9,7 +9,7 @@ $loading-ios-padding: 24px 34px !default;
/// @prop - Max width of the loading wrapper
$loading-ios-max-width: 270px !default;
/// @prop - Max height of the loading wrapper
/// @prop - Maximum height of the loading wrapper
$loading-ios-max-height: 90% !default;
/// @prop - Border radius of the loading wrapper

View File

@ -9,7 +9,7 @@ $loading-md-padding: 24px !default;
/// @prop - Max width of the loading wrapper
$loading-md-max-width: 280px !default;
/// @prop - Max height of the loading wrapper
/// @prop - Maximum height of the loading wrapper
$loading-md-max-height: 90% !default;
/// @prop - Border radius of the loading wrapper

View File

@ -9,7 +9,7 @@ $loading-wp-padding: 20px !default;
/// @prop - Max width of the loading wrapper
$loading-wp-max-width: 280px !default;
/// @prop - Max height of the loading wrapper
/// @prop - Maximum height of the loading wrapper
$loading-wp-max-height: 90% !default;
/// @prop - Border radius of the loading wrapper