Skip to content

Commit

Permalink
fix: update default img value; create new responsive img selector
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Nov 12, 2019
1 parent 3bc389f commit 4e7c69b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/utilityClasses/_displayProperties.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,13 @@ $important: null !default;
position: absolute $important;
width: 1px $important;
}

/// Utility class that will allow img src to fill 100% of space for responsive characteristics
///
/// See [variable use](http://localhost:8000/#display-utility-variable) for managing the `!important` flag.
/// @group Display-Utility
/// @example scss - import mixin file
/// @import "./node_modules/@alaskaairux/orion-web-core-style-sheets/dist/utilityClasses/displayProperties";
.util_img--responsive {
width: 100% $important
}

0 comments on commit 4e7c69b

Please sign in to comment.