3.4.19 (Selective Steve)
19fd1d9bcd823f6e5cec43a1dad79dfe244b7f88
o:Sass::Tree::RootNode:@children[o:Sass::Tree::CharsetNode
:
@nameI"
UTF-8:ET;[ :
@linei:@source_rangeo:Sass::Source::Range	:@start_poso:Sass::Source::Position;
i:@offseti:@end_poso;;
i;i:
@fileI"'scss/bourbon/addons/_ellipsis.scss;	T:@importero: Sass::Importers::Filesystem:
@rootI"-/Users/apple/Projects/react-month-picker;	T:@real_rootI"-/Users/apple/Projects/react-month-picker;	T:@same_name_warningso:Set:
@hash{ :@options{ o:Sass::Tree::CommentNode
:@value[I"/*/ Truncates text and adds an ellipsis to represent overflow.
 */
 */ @param {Number} $width [100%]
 */   Max-width for the string to respect before being truncated
 */
 */ @example scss - Usage
 */   .element {
 */     @include ellipsis;
 */   }
 */
 */ @example css - CSS Output
 */   .element {
 */     display: inline-block;
 */     max-width: 100%;
 */     overflow: hidden;
 */     text-overflow: ellipsis;
 */     white-space: nowrap;
 */     word-wrap: normal;
 */   } */;	T:
@type:silent;[ ;
i;@o:Sass::Tree::MixinDefNode;I"ellipsis;	T:
@args[[o:!Sass::Script::Tree::Variable;I"
width;	T:@underscored_nameI"
width;	T;
i;o;	;o;;
i;i;o;;
i;i;@;@:@filename@;@o: Sass::Script::Tree::Literal	;o: Sass::Script::Value::Number
;ii:@numerator_units[I"%;	T:@denominator_units[ :@originalI"	100%;	F;@;
i;o;	;o;;
i;i;o;;
i;i";@;@;"@:@splat0;[o:Sass::Tree::PropNode;[I"display;	T;o;#;o: Sass::Script::Value::String;I"inline-block;	T;:identifier;@;
i;o;	;o;;
i;i;o;;
i;i;@;@:
@tabsi :@prop_syntax:new;[ ;
i;o;	;o;;
i;i;o;;
i;i;@;@:@name_source_rangeo;	;@7;o;;
i;i;@;@:@value_source_rangeo;	;o;;
i;i;@8;@;@;@o;);[I"max-width;	T;o; ;I"
width;	T;!I"
width;	T;
i;o;	;o;;
i;i;o;;
i;i;@;@;"@;@;,i ;-;.;[ ;
i;o;	;o;;
i;i;o;;
i;i;@;@;/o;	;@H;o;;
i;i;@;@;0o;	;o;;
i;i;@I;@;@;@o;);[I"overflow;	T;o;#;o;*;I"hidden;	T;;+;@;
i;o;	;o;;
i;i;o;;
i;i;@;@;,i ;-;.;[ ;
i;o;	;o;;
i;i;o;;
i;i;@;@;/o;	;@Y;o;;
i;i;@;@;0o;	;o;;
i;i;@Z;@;@;@o;);[I"text-overflow;	T;o;#;o;*;I"ellipsis;	T;;+;@;
i ;o;	;o;;
i ;i;o;;
i ;i;@;@;,i ;-;.;[ ;
i ;o;	;o;;
i ;i;o;;
i ;i;@;@;/o;	;@j;o;;
i ;i;@;@;0o;	;o;;
i ;i;@k;@;@;@o;);[I"white-space;	T;o;#;o;*;I"nowrap;	T;;+;@;
i!;o;	;o;;
i!;i;o;;
i!;i;@;@;,i ;-;.;[ ;
i!;o;	;o;;
i!;i;o;;
i!;i;@;@;/o;	;@{;o;;
i!;i;@;@;0o;	;o;;
i!;i;@|;@;@;@o;);[I"word-wrap;	T;o;#;o;*;I"normal;	T;;+;@;
i";o;	;o;;
i";i;o;;
i";i;@;@;,i ;-;.;[ ;
i";o;	;o;;
i";i;o;;
i";i;@;@;/o;	;@;o;;
i";i;@;@;0o;	;o;;
i";i;@;@;@;@;
i;o;	;o;;
i;i;o;;
i;i$;@;@:@has_childrenT;@:@templateI"@charset "UTF-8";

/// Truncates text and adds an ellipsis to represent overflow.
///
/// @param {Number} $width [100%]
///   Max-width for the string to respect before being truncated
///
/// @example scss - Usage
///   .element {
///     @include ellipsis;
///   }
///
/// @example css - CSS Output
///   .element {
///     display: inline-block;
///     max-width: 100%;
///     overflow: hidden;
///     text-overflow: ellipsis;
///     white-space: nowrap;
///     word-wrap: normal;
///   }

@mixin ellipsis($width: 100%) {
  display: inline-block;
  max-width: $width;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
;	T;
i;o;	;o;;
i;i;o;;
i;i;@;@;1T;@