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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
3.4.7 (Selective Steve)
191acc0586fc33d8377a4feb16f1782c37f6108f
o:Sass::Tree::RootNode:@children[o:Sass::Tree::CommentNode
:@value[I"y/*/ Designates the element as a row of columns in the grid layout. It clears the floats on the element and sets its display property. Rows can't be nested, but there can be more than one row element—with different display properties—per layout.
 */
 */ @param {String} $display (default)
 */  Sets the display property of the element and the display context that will be used by its children. Can be `block` or `table`.
 */
 */ @param {String} $direction ($default-layout-direction)
 */  Sets the layout direction. Can be `LTR` (left-to-right) or `RTL` (right-to-left).
 */
 */ @example scss - Usage
 */  .element {
 */    @include row();
 */  }
 */
 */ @example css - CSS Output
 */  .element {
 */    *zoom: 1;
 */    display: block;
 */  }
 */
 */ .element:before, .element:after {
 */   content: " ";
 */   display: table;
 */ }
 */
 */ .element:after {
 */   clear: both;
 */ } */:ET:
@type:silent;[:
@linei:
@options{o:Sass::Tree::MixinDefNode
:
@nameI"row;	T:
@args[[o:!Sass::Script::Tree::Variable;I"display;	T:@underscored_nameI"display;	T;i":@source_rangeo:Sass::Source::Range	:@start_poso:Sass::Source::Position;i":@offseti:
@end_poso;;i";i:
@fileI"%sass/plug-in/neat/grid/_row.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@;
@o: Sass::Script::Tree::Literal	;o: Sass::Script::Value::String;I"default;	T;
:identifier;
@;i";o;	;o;;i";i;o;;i";i";@;@;!@[o;;I"direction;	T;I"direction;	T;i";o;	;o;;i";i$;o;;i";i.;@;@;!@;
@o;;I"default-layout-direction;	T;I"default_layout_direction;	T;i";o;	;o;;i";i0;o;;i";iI;@;@;!@;
@:@splat0;[	u:Sass::Tree::IfNode�[o:"Sass::Script::Tree::Operation:@operand1o:!Sass::Script::Tree::Variable:
@nameI"direction:ET:@underscored_nameI"direction;	T:
@linei#:@source_rangeo:Sass::Source::Range	:@start_poso:Sass::Source::Position;i#:@offseti:
@end_poso;;i#;i:
@fileI"%sass/plug-in/neat/grid/_row.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;;I"default-layout-direction;	T;
I"default_layout_direction;	T;i#;o;
	;o;;i#;i;o;;i#;i3;@
;@;@
;@:@operator:neq;i#;o;
	;@;o;;i#;i4;@
;@;@
;@0[o:Sass::Tree::MixinNode;I"-neat-warn;	T:
@args[o: Sass::Script::Tree::Literal	:@valueo: Sass::Script::Value::String;"I"jThe $direction argument will be deprecated in future versions in favor of the direction(){...} mixin.;	T:
@type:string;@;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�;@
;@;@o:Sass::Tree::VariableNode
;I"layout-direction;	T:
@expro;;I"direction;	T;I"direction;	T;i';o;	;o;;i';i;o;;i';i%;@;@;!@;
@:
@guarded0:@globalT;[;i';o;	;o;;i';i	;o;;i';i-;@;@;
@u;&e[o:"Sass::Script::Tree::Operation:@operand1o:!Sass::Script::Tree::Variable:
@nameI"display:ET:@underscored_nameI"display;	T:
@linei):@source_rangeo:Sass::Source::Range	:@start_poso:Sass::Source::Position;i):@offseti:
@end_poso;;i);i:
@fileI"%sass/plug-in/neat/grid/_row.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::String;I"default;	T:
@type:identifier;@;i);o;
	;o;;i);i;o;;i);i;@
;@;@
:@operator:neq;i);o;
	;@;o;;i);i ;@
;@;@
;@0[o:Sass::Tree::MixinNode;I"-neat-warn;	T:
@args[o;	;o;;I"fThe $display argument will be deprecated in future versions in favor of the display(){...} mixin.;	T; :string;@;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};@
;@;@u;&�[o:"Sass::Script::Tree::Operation:@operand1o:!Sass::Script::Tree::Variable:
@nameI"display:ET:@underscored_nameI"display;	T:
@linei-:@source_rangeo:Sass::Source::Range	:@start_poso:Sass::Source::Position;i-:@offseti:
@end_poso;;i-;i:
@fileI"%sass/plug-in/neat/grid/_row.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::String;I"
table;	T:
@type:identifier;@;i-;o;
	;o;;i-;i;o;;i-;i;@
;@;@
:@operator:eq;i-;o;
	;@;o;;i-;i;@
;@;@
;@u:Sass::Tree::IfNode�[00[o:Sass::Tree::MixinNode:
@nameI"
clearfix:ET:
@args[:@keywords{:@splat0:@kwarg_splat0:@children[:
@linei5:@source_rangeo:Sass::Source::Range	:@start_poso:Sass::Source::Position;
i5:@offseti
:
@end_poso;;
i5;i:
@fileI"%sass/plug-in/neat/grid/_row.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{:
@options{o:Sass::Tree::PropNode;[I"display;T:@valueo: Sass::Script::Tree::Literal;o: Sass::Script::Value::String;I"
block;T:
@type:identifier;@;
i6;o;	;o;;
i6;i;o;;
i6;i;@;@:
@tabsi:@prop_syntax:new;[;
i6;o;	;o;;
i6;i
;o;;
i6;i;@;@:@name_source_rangeo;	;@!;o;;
i6;i;@;@:@value_source_rangeo;	;o;;
i6;i;@";@;@;@o:Sass::Tree::VariableNode
;I"container-display-table;T:
@expro;	;o:Sass::Script::Value::Bool;F;@;o;	;o;;
i
;i ;o;;
i
;i%;I")sass/plug-in/neat/grid/_private.scss;T;@;
i7;o;	;o;;
i7;i$;o;;
i7;i);@;@:@filename@:
@guarded0:@globalT;[;
i7;o;	;o;;
i7;i;o;;
i7;i1;@;@;@[	o:Sass::Tree::PropNode;[I"display;	T;o;;o;;I"
table;	T; ;!;@;i.;o;
	;o;;i.;i;o;;i.;i;@
;@:
@tabsi:@prop_syntax:new:@children[;i.;o;
	;o;;i.;i
;o;;i.;i;@
;@:@name_source_rangeo;
	;@);o;;i.;i;@
;@:@value_source_rangeo;
	;o;;i.;i;@*;@
;@;@o:Sass::Tree::MixinNode;I"fill-parent;	T:
@args[:@keywords{:@splat0:@kwarg_splat0;)[;i/;o;
	;o;;i/;i
;o;;i/;i;@
;@;@o;%;[I"table-layout;	T;o;;o;;I"
fixed;	T; ;!;@;i0;o;
	;o;;i0;i;o;;i0;i;@
;@;&i;';(;)[;i0;o;
	;o;;i0;i
;o;;i0;i;@
;@;*o;
	;@B;o;;i0;i;@
;@;+o;
	;o;;i0;i;@C;@
;@;@o:Sass::Tree::VariableNode
;I"container-display-table;	T:
@expro;	;o:Sass::Script::Value::Bool;T;@;o;
	;o;;i;i ;o;;i;i$;I",sass/plug-in/neat/grid/_box-sizing.scss;	T;@;i1;o;
	;o;;i1;i$;o;;i1;i(;@
;@;@
:
@guarded0:@globalT;)[;i1;o;
	;o;;i1;i;o;;i1;i0;@
;@;@;i";o;	;o;;i";i;o;;i";iK;@;@:@has_childrenT;
@:@templateI":/// Designates the element as a row of columns in the grid layout. It clears the floats on the element and sets its display property. Rows can't be nested, but there can be more than one row element—with different display properties—per layout.
///
/// @param {String} $display (default)
///  Sets the display property of the element and the display context that will be used by its children. Can be `block` or `table`.
///
/// @param {String} $direction ($default-layout-direction)
///  Sets the layout direction. Can be `LTR` (left-to-right) or `RTL` (right-to-left).
///
/// @example scss - Usage
///  .element {
///    @include row();
///  }
///
/// @example css - CSS Output
///  .element {
///    *zoom: 1;
///    display: block;
///  }
///
/// .element:before, .element:after {
///   content: " ";
///   display: table;
/// }
///
/// .element:after {
///   clear: both;
/// }

@mixin row($display: default, $direction: $default-layout-direction) {
  @if $direction != $default-layout-direction {
    @include -neat-warn("The $direction argument will be deprecated in future versions in favor of the direction(){...} mixin.");
  }

  $layout-direction: $direction !global;

  @if $display != default {
    @include -neat-warn("The $display argument will be deprecated in future versions in favor of the display(){...} mixin.");
  }

  @if $display == table {
    display: table;
    @include fill-parent;
    table-layout: fixed;
    $container-display-table: true !global;
  }

  @else {
    @include clearfix;
    display: block;
    $container-display-table: false !global;
  }
}

;	T;i;o;	;o;;i;i;o;;i;i;@;@;+T;
@

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

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