Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
3.4.7 (Selective Steve)
39dd2e22bc3dcba5a2d457e2642c7ff8d25c0c01
o:Sass::Tree::RootNode:@children[o:Sass::Tree::CommentNode
:@value[I"I/*/ Forces the element to fill its parent container.
 */
 */ @example scss - Usage
 */   .element {
 */     @include fill-parent;
 */   }
 */
 */ @example css - CSS Output
 */   .element {
 */     width: 100%;
 */     -webkit-box-sizing: border-box;
 */     -moz-box-sizing: border-box;
 */     box-sizing: border-box;
 */   } */:ET:
@type:silent;[:
@linei:
@options{o:Sass::Tree::MixinDefNode
:
@nameI"fill-parent;	T:
@args[:@splat0;[o:Sass::Tree::PropNode;[I"
width;	T;o: Sass::Script::Tree::Literal;o: Sass::Script::Value::String;I"	100%;	T;
:identifier;
@;i:@source_rangeo:Sass::Source::Range	:@start_poso:Sass::Source::Position;i:@offseti:
@end_poso;;i;i:
@fileI"-sass/plug-in/neat/grid/_fill-parent.scss;	T:@importero: Sass::Importers::Filesystem:
@rootI"&/Volumes/Works/htdocs/aiba/public;	T:@real_rootI"&/Volumes/Works/htdocs/aiba/public;	T:@same_name_warningso:Set:
@hash{:
@tabsi:@prop_syntax:new;[;i;o;	;o;;i;i;o;;i;i;@;@:@name_source_rangeo;	;@!;o;;i;i
;@;@:@value_source_rangeo;	;o;;i;i;@";@;@;
@u:Sass::Tree::IfNode|[o:"Sass::Script::Tree::Operation:@operand1o:!Sass::Script::Tree::Variable:
@nameI"border-box-sizing:ET:@underscored_nameI"border_box_sizing;	T:
@linei:@source_rangeo:Sass::Source::Range	:@start_poso:Sass::Source::Position;i:@offseti:
@end_poso;;i;i:
@fileI"-sass/plug-in/neat/grid/_fill-parent.scss;	T:@importero: Sass::Importers::Filesystem:
@rootI"&/Volumes/Works/htdocs/aiba/public;	T:@real_rootI"&/Volumes/Works/htdocs/aiba/public;	T:@same_name_warningso:Set:
@hash{:@filename@
:
@options{:@operand2o: Sass::Script::Tree::Literal	:@valueo:Sass::Script::Value::Bool;F;@;o;
	;o;;i
;i ;o;;i
;i%;I")sass/plug-in/neat/grid/_private.scss;	T;@;i;o;
	;o;;i;i";o;;i;i';@
;@;@
:@operator:eq;i;o;
	;@;o;;i;i(;@
;@;@
;@0[o:Sass::Tree::MixinNode;I"box-sizing;	T:
@args[o;	;o: Sass::Script::Value::String;I"border-box;	T:
@type:identifier;@;i;o;
	;o;;i;i;o;;i;i(;@
;@;@
:@keywordso:Sass::Util::NormalizedMap:@key_strings{:	@map{:@splat0:@kwarg_splat0:@children[;i;o;
	;o;;i;i
;o;;i;i);@
;@;@;i;o;	;o;;i;i;o;;i;i;@;@:@has_childrenT;
@:@templateI"�/// Forces the element to fill its parent container.
///
/// @example scss - Usage
///   .element {
///     @include fill-parent;
///   }
///
/// @example css - CSS Output
///   .element {
///     width: 100%;
///     -webkit-box-sizing: border-box;
///     -moz-box-sizing: border-box;
///     box-sizing: border-box;
///   }

@mixin fill-parent() {
  width: 100%;

  @if $border-box-sizing == false {
    @include box-sizing(border-box);
  }
}
;	T;i;o;	;o;;i;i;o;;i;i;@;@;*T;
@

Commits for Nextrek/Aiba_backup/public/.sass-cache/f3c1918b0163f920cb6704bbdcfb2e85ae0f803b/_fill-parent.scssc

Diff revisions: vs.
Revision Author Commited Message
1464 MOliva picture MOliva Tue 13 Oct, 2020 11:16:56 +0000