flipper-ui 0.16.1 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/docs/ui/README.md +34 -24
- data/docs/ui/images/banner.png +0 -0
- data/docs/ui/images/description.png +0 -0
- data/docs/ui/images/feature.png +0 -0
- data/docs/ui/images/features.png +0 -0
- data/examples/ui/basic.ru +20 -0
- data/flipper-ui.gemspec +1 -2
- data/lib/flipper/ui.rb +4 -7
- data/lib/flipper/ui/action.rb +3 -6
- data/lib/flipper/ui/actions/feature.rb +5 -2
- data/lib/flipper/ui/actions/features.rb +14 -1
- data/lib/flipper/ui/actions/file.rb +1 -1
- data/lib/flipper/ui/assets/javascripts/application.coffee +5 -3
- data/lib/flipper/ui/configuration.rb +34 -10
- data/lib/flipper/ui/decorators/feature.rb +39 -13
- data/lib/flipper/ui/public/css/application.css +20 -6493
- data/lib/flipper/ui/public/js/application.js +5 -5
- data/lib/flipper/ui/util.rb +40 -0
- data/lib/flipper/ui/views/add_actor.erb +2 -2
- data/lib/flipper/ui/views/add_feature.erb +2 -2
- data/lib/flipper/ui/views/add_group.erb +1 -1
- data/lib/flipper/ui/views/feature.erb +199 -180
- data/lib/flipper/ui/views/features.erb +55 -36
- data/lib/flipper/ui/views/layout.erb +4 -14
- data/lib/flipper/version.rb +1 -1
- data/spec/flipper/ui/actions/actors_gate_spec.rb +9 -13
- data/spec/flipper/ui/actions/feature_spec.rb +14 -16
- data/spec/flipper/ui/actions/features_spec.rb +49 -14
- data/spec/flipper/ui/actions/file_spec.rb +0 -10
- data/spec/flipper/ui/actions/groups_gate_spec.rb +0 -6
- data/spec/flipper/ui/actions/percentage_of_actors_gate_spec.rb +0 -2
- data/spec/flipper/ui/actions/percentage_of_time_gate_spec.rb +0 -2
- data/spec/flipper/ui/configuration_spec.rb +69 -34
- data/spec/flipper/ui/decorators/feature_spec.rb +2 -32
- data/spec/flipper/ui_spec.rb +1 -1
- metadata +19 -131
- data/docs/ui/images/configured-ui.png +0 -0
- data/docs/ui/images/environment-banner.png +0 -0
- data/lib/flipper/ui/assets/stylesheets/.DS_Store +0 -0
- data/lib/flipper/ui/assets/stylesheets/application.scss +0 -19
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_alert.scss +0 -51
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_badge.scss +0 -47
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_breadcrumb.scss +0 -38
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_button-group.scss +0 -166
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_buttons.scss +0 -143
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_card.scss +0 -270
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_carousel.scss +0 -191
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_close.scss +0 -34
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_code.scss +0 -56
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_custom-forms.scss +0 -297
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_dropdown.scss +0 -131
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_forms.scss +0 -333
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_functions.scss +0 -86
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_grid.scss +0 -52
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_images.scss +0 -42
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_input-group.scss +0 -159
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_jumbotron.scss +0 -16
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_list-group.scss +0 -115
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_media.scss +0 -8
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_mixins.scss +0 -42
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_modal.scss +0 -168
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_nav.scss +0 -118
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_navbar.scss +0 -311
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_pagination.scss +0 -77
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_popover.scss +0 -183
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_print.scss +0 -124
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_progress.scss +0 -33
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_reboot.scss +0 -482
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_root.scss +0 -19
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_tables.scss +0 -180
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_tooltip.scss +0 -115
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_transitions.scss +0 -36
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_type.scss +0 -125
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_utilities.scss +0 -14
- data/lib/flipper/ui/assets/stylesheets/bootstrap/_variables.scss +0 -894
- data/lib/flipper/ui/assets/stylesheets/bootstrap/bootstrap-grid.scss +0 -32
- data/lib/flipper/ui/assets/stylesheets/bootstrap/bootstrap-reboot.scss +0 -12
- data/lib/flipper/ui/assets/stylesheets/bootstrap/bootstrap.scss +0 -42
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_alert.scss +0 -13
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_background-variant.scss +0 -21
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_badge.scss +0 -12
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_border-radius.scss +0 -35
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_box-shadow.scss +0 -5
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_breakpoints.scss +0 -123
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_buttons.scss +0 -109
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_caret.scss +0 -65
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_clearfix.scss +0 -7
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_float.scss +0 -11
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_forms.scss +0 -137
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_gradients.scss +0 -45
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +0 -67
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_grid.scss +0 -52
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_hover.scss +0 -39
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_image.scss +0 -36
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_list-group.scss +0 -21
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_lists.scss +0 -7
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +0 -10
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_navbar-align.scss +0 -10
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_pagination.scss +0 -22
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_reset-text.scss +0 -17
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_resize.scss +0 -6
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_screen-reader.scss +0 -35
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_size.scss +0 -6
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_table-row.scss +0 -30
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +0 -14
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_text-hide.scss +0 -9
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_text-truncate.scss +0 -8
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_transition.scss +0 -9
- data/lib/flipper/ui/assets/stylesheets/bootstrap/mixins/_visibility.scss +0 -7
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_align.scss +0 -8
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_background.scss +0 -19
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_borders.scss +0 -59
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_clearfix.scss +0 -3
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_display.scss +0 -38
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_embed.scss +0 -52
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_flex.scss +0 -46
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_float.scss +0 -9
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_position.scss +0 -36
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_screenreaders.scss +0 -11
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_sizing.scss +0 -12
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_spacing.scss +0 -51
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_text.scss +0 -52
- data/lib/flipper/ui/assets/stylesheets/bootstrap/utilities/_visibility.scss +0 -11
- data/lib/flipper/ui/assets/stylesheets/primer/.scss-lint.yml +0 -446
- data/lib/flipper/ui/assets/stylesheets/primer/_alerts.scss +0 -106
- data/lib/flipper/ui/assets/stylesheets/primer/_avatars.scss +0 -36
- data/lib/flipper/ui/assets/stylesheets/primer/_base.scss +0 -40
- data/lib/flipper/ui/assets/stylesheets/primer/_blankslate.scss +0 -96
- data/lib/flipper/ui/assets/stylesheets/primer/_buttons.scss +0 -404
- data/lib/flipper/ui/assets/stylesheets/primer/_counter.scss +0 -10
- data/lib/flipper/ui/assets/stylesheets/primer/_filter-list.scss +0 -68
- data/lib/flipper/ui/assets/stylesheets/primer/_flex-table.scss +0 -20
- data/lib/flipper/ui/assets/stylesheets/primer/_forms.scss +0 -756
- data/lib/flipper/ui/assets/stylesheets/primer/_layout.scss +0 -69
- data/lib/flipper/ui/assets/stylesheets/primer/_menu.scss +0 -113
- data/lib/flipper/ui/assets/stylesheets/primer/_mixins.scss +0 -53
- data/lib/flipper/ui/assets/stylesheets/primer/_normalize.scss +0 -425
- data/lib/flipper/ui/assets/stylesheets/primer/_states.scss +0 -32
- data/lib/flipper/ui/assets/stylesheets/primer/_tabnav.scss +0 -65
- data/lib/flipper/ui/assets/stylesheets/primer/_tooltips.scss +0 -255
- data/lib/flipper/ui/assets/stylesheets/primer/_truncate.scss +0 -27
- data/lib/flipper/ui/assets/stylesheets/primer/_type.scss +0 -92
- data/lib/flipper/ui/assets/stylesheets/primer/_utility.scss +0 -73
- data/lib/flipper/ui/assets/stylesheets/primer/_variables.scss +0 -34
- data/lib/flipper/ui/assets/stylesheets/primer/primer.scss +0 -39
- data/lib/flipper/ui/eruby.rb +0 -11
- data/lib/flipper/ui/public/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- data/lib/flipper/ui/public/fonts/bootstrap/glyphicons-halflings-regular.svg +0 -288
- data/lib/flipper/ui/public/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- data/lib/flipper/ui/public/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- data/lib/flipper/ui/public/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
- data/lib/flipper/ui/public/images/remove.png +0 -0
- data/lib/flipper/ui/public/octicons/octicons.less +0 -235
- data/lib/flipper/ui/public/octicons/sprockets-octicons.scss +0 -232
@@ -1,12 +0,0 @@
|
|
1
|
-
// stylelint-disable declaration-no-important
|
2
|
-
|
3
|
-
// Width and height
|
4
|
-
|
5
|
-
@each $prop, $abbrev in (width: w, height: h) {
|
6
|
-
@each $size, $length in $sizes {
|
7
|
-
.#{$abbrev}-#{$size} { #{$prop}: $length !important; }
|
8
|
-
}
|
9
|
-
}
|
10
|
-
|
11
|
-
.mw-100 { max-width: 100% !important; }
|
12
|
-
.mh-100 { max-height: 100% !important; }
|
@@ -1,51 +0,0 @@
|
|
1
|
-
// stylelint-disable declaration-no-important
|
2
|
-
|
3
|
-
// Margin and Padding
|
4
|
-
|
5
|
-
@each $breakpoint in map-keys($grid-breakpoints) {
|
6
|
-
@include media-breakpoint-up($breakpoint) {
|
7
|
-
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
8
|
-
|
9
|
-
@each $prop, $abbrev in (margin: m, padding: p) {
|
10
|
-
@each $size, $length in $spacers {
|
11
|
-
|
12
|
-
.#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }
|
13
|
-
.#{$abbrev}t#{$infix}-#{$size},
|
14
|
-
.#{$abbrev}y#{$infix}-#{$size} {
|
15
|
-
#{$prop}-top: $length !important;
|
16
|
-
}
|
17
|
-
.#{$abbrev}r#{$infix}-#{$size},
|
18
|
-
.#{$abbrev}x#{$infix}-#{$size} {
|
19
|
-
#{$prop}-right: $length !important;
|
20
|
-
}
|
21
|
-
.#{$abbrev}b#{$infix}-#{$size},
|
22
|
-
.#{$abbrev}y#{$infix}-#{$size} {
|
23
|
-
#{$prop}-bottom: $length !important;
|
24
|
-
}
|
25
|
-
.#{$abbrev}l#{$infix}-#{$size},
|
26
|
-
.#{$abbrev}x#{$infix}-#{$size} {
|
27
|
-
#{$prop}-left: $length !important;
|
28
|
-
}
|
29
|
-
}
|
30
|
-
}
|
31
|
-
|
32
|
-
// Some special margin utils
|
33
|
-
.m#{$infix}-auto { margin: auto !important; }
|
34
|
-
.mt#{$infix}-auto,
|
35
|
-
.my#{$infix}-auto {
|
36
|
-
margin-top: auto !important;
|
37
|
-
}
|
38
|
-
.mr#{$infix}-auto,
|
39
|
-
.mx#{$infix}-auto {
|
40
|
-
margin-right: auto !important;
|
41
|
-
}
|
42
|
-
.mb#{$infix}-auto,
|
43
|
-
.my#{$infix}-auto {
|
44
|
-
margin-bottom: auto !important;
|
45
|
-
}
|
46
|
-
.ml#{$infix}-auto,
|
47
|
-
.mx#{$infix}-auto {
|
48
|
-
margin-left: auto !important;
|
49
|
-
}
|
50
|
-
}
|
51
|
-
}
|
@@ -1,52 +0,0 @@
|
|
1
|
-
// stylelint-disable declaration-no-important
|
2
|
-
|
3
|
-
//
|
4
|
-
// Text
|
5
|
-
//
|
6
|
-
|
7
|
-
// Alignment
|
8
|
-
|
9
|
-
.text-justify { text-align: justify !important; }
|
10
|
-
.text-nowrap { white-space: nowrap !important; }
|
11
|
-
.text-truncate { @include text-truncate; }
|
12
|
-
|
13
|
-
// Responsive alignment
|
14
|
-
|
15
|
-
@each $breakpoint in map-keys($grid-breakpoints) {
|
16
|
-
@include media-breakpoint-up($breakpoint) {
|
17
|
-
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
18
|
-
|
19
|
-
.text#{$infix}-left { text-align: left !important; }
|
20
|
-
.text#{$infix}-right { text-align: right !important; }
|
21
|
-
.text#{$infix}-center { text-align: center !important; }
|
22
|
-
}
|
23
|
-
}
|
24
|
-
|
25
|
-
// Transformation
|
26
|
-
|
27
|
-
.text-lowercase { text-transform: lowercase !important; }
|
28
|
-
.text-uppercase { text-transform: uppercase !important; }
|
29
|
-
.text-capitalize { text-transform: capitalize !important; }
|
30
|
-
|
31
|
-
// Weight and italics
|
32
|
-
|
33
|
-
.font-weight-light { font-weight: $font-weight-light !important; }
|
34
|
-
.font-weight-normal { font-weight: $font-weight-normal !important; }
|
35
|
-
.font-weight-bold { font-weight: $font-weight-bold !important; }
|
36
|
-
.font-italic { font-style: italic !important; }
|
37
|
-
|
38
|
-
// Contextual colors
|
39
|
-
|
40
|
-
.text-white { color: #fff !important; }
|
41
|
-
|
42
|
-
@each $color, $value in $theme-colors {
|
43
|
-
@include text-emphasis-variant(".text-#{$color}", $value);
|
44
|
-
}
|
45
|
-
|
46
|
-
.text-muted { color: $text-muted !important; }
|
47
|
-
|
48
|
-
// Misc
|
49
|
-
|
50
|
-
.text-hide {
|
51
|
-
@include text-hide();
|
52
|
-
}
|
@@ -1,446 +0,0 @@
|
|
1
|
-
# This is the lint file for .scss files. It uses https://github.com/causes/scss-lint
|
2
|
-
# to search through .scss files and point out errors.
|
3
|
-
# You can view these errors in your editor.
|
4
|
-
#
|
5
|
-
# Here's a link to all the default configurations
|
6
|
-
# https://github.com/causes/scss-lint/blob/master/config/default.yml
|
7
|
-
# below is our settings.
|
8
|
-
|
9
|
-
linters:
|
10
|
-
BangFormat:
|
11
|
-
enabled: true
|
12
|
-
space_before_bang: true
|
13
|
-
space_after_bang: false
|
14
|
-
|
15
|
-
BorderZero:
|
16
|
-
enabled: true
|
17
|
-
convention: zero # or `none`
|
18
|
-
|
19
|
-
ColorKeyword:
|
20
|
-
enabled: true
|
21
|
-
|
22
|
-
ColorVariable:
|
23
|
-
enabled: false
|
24
|
-
|
25
|
-
Comment:
|
26
|
-
enabled: false
|
27
|
-
|
28
|
-
DebugStatement:
|
29
|
-
enabled: true
|
30
|
-
|
31
|
-
DeclarationOrder:
|
32
|
-
enabled: true
|
33
|
-
|
34
|
-
DuplicateProperty:
|
35
|
-
enabled: true
|
36
|
-
|
37
|
-
ElsePlacement:
|
38
|
-
enabled: true
|
39
|
-
style: same_line # or 'new_line'
|
40
|
-
|
41
|
-
EmptyLineBetweenBlocks:
|
42
|
-
enabled: true
|
43
|
-
ignore_single_line_blocks: true
|
44
|
-
|
45
|
-
EmptyRule:
|
46
|
-
enabled: false
|
47
|
-
|
48
|
-
FinalNewline:
|
49
|
-
enabled: true
|
50
|
-
present: true
|
51
|
-
|
52
|
-
HexLength:
|
53
|
-
enabled: true
|
54
|
-
style: short # or 'long'
|
55
|
-
|
56
|
-
HexNotation:
|
57
|
-
enabled: true
|
58
|
-
style: lowercase # or 'uppercase'
|
59
|
-
|
60
|
-
HexValidation:
|
61
|
-
enabled: true
|
62
|
-
|
63
|
-
IdSelector:
|
64
|
-
enabled: true
|
65
|
-
|
66
|
-
ImportantRule:
|
67
|
-
enabled: true
|
68
|
-
|
69
|
-
ImportPath:
|
70
|
-
enabled: true
|
71
|
-
leading_underscore: false
|
72
|
-
filename_extension: false
|
73
|
-
|
74
|
-
Indentation:
|
75
|
-
enabled: true
|
76
|
-
allow_non_nested_indentation: false
|
77
|
-
character: space # or 'tab'
|
78
|
-
width: 2
|
79
|
-
|
80
|
-
LeadingZero:
|
81
|
-
enabled: true
|
82
|
-
style: include_zero
|
83
|
-
|
84
|
-
MergeableSelector:
|
85
|
-
enabled: true
|
86
|
-
force_nesting: true
|
87
|
-
|
88
|
-
NameFormat:
|
89
|
-
enabled: false
|
90
|
-
convention: hyphenated_lowercase # or 'BEM', or a regex pattern
|
91
|
-
|
92
|
-
NestingDepth:
|
93
|
-
enabled: false
|
94
|
-
max_depth: 3
|
95
|
-
|
96
|
-
PlaceholderInExtend:
|
97
|
-
enabled: false
|
98
|
-
|
99
|
-
PropertySortOrder:
|
100
|
-
enabled: false
|
101
|
-
ignore_unspecified: true
|
102
|
-
severity: warning
|
103
|
-
order: [
|
104
|
-
"position",
|
105
|
-
"top",
|
106
|
-
"right",
|
107
|
-
"bottom",
|
108
|
-
"left",
|
109
|
-
"z-index",
|
110
|
-
"display",
|
111
|
-
"float",
|
112
|
-
"width",
|
113
|
-
"min-width",
|
114
|
-
"max-width",
|
115
|
-
"height",
|
116
|
-
"min-height",
|
117
|
-
"max-height",
|
118
|
-
"-webkit-box-sizing",
|
119
|
-
"box-sizing",
|
120
|
-
"-webkit-appearance",
|
121
|
-
"padding",
|
122
|
-
"padding-top",
|
123
|
-
"padding-right",
|
124
|
-
"padding-bottom",
|
125
|
-
"padding-left",
|
126
|
-
"margin",
|
127
|
-
"margin-top",
|
128
|
-
"margin-right",
|
129
|
-
"margin-bottom",
|
130
|
-
"margin-left",
|
131
|
-
"overflow",
|
132
|
-
"overflow-x",
|
133
|
-
"overflow-y",
|
134
|
-
"-webkit-overflow-scrolling",
|
135
|
-
"-ms-overflow-x",
|
136
|
-
"-ms-overflow-y",
|
137
|
-
"-ms-overflow-style",
|
138
|
-
"clip",
|
139
|
-
"clear",
|
140
|
-
"font",
|
141
|
-
"font-family",
|
142
|
-
"font-size",
|
143
|
-
"font-style",
|
144
|
-
"font-weight",
|
145
|
-
"font-variant",
|
146
|
-
"font-size-adjust",
|
147
|
-
"font-stretch",
|
148
|
-
"font-effect",
|
149
|
-
"font-emphasize",
|
150
|
-
"font-emphasize-position",
|
151
|
-
"font-emphasize-style",
|
152
|
-
"font-smooth",
|
153
|
-
"-webkit-hyphens",
|
154
|
-
"-moz-hyphens",
|
155
|
-
"hyphens",
|
156
|
-
"line-height",
|
157
|
-
"color",
|
158
|
-
"text-align",
|
159
|
-
"-webkit-text-align-last",
|
160
|
-
"-moz-text-align-last",
|
161
|
-
"-ms-text-align-last",
|
162
|
-
"text-align-last",
|
163
|
-
"text-emphasis",
|
164
|
-
"text-emphasis-color",
|
165
|
-
"text-emphasis-style",
|
166
|
-
"text-emphasis-position",
|
167
|
-
"text-decoration",
|
168
|
-
"text-indent",
|
169
|
-
"text-justify",
|
170
|
-
"text-outline",
|
171
|
-
"-ms-text-overflow",
|
172
|
-
"text-overflow",
|
173
|
-
"text-overflow-ellipsis",
|
174
|
-
"text-overflow-mode",
|
175
|
-
"text-shadow",
|
176
|
-
"text-transform",
|
177
|
-
"text-wrap",
|
178
|
-
"-webkit-text-size-adjust",
|
179
|
-
"-ms-text-size-adjust",
|
180
|
-
"letter-spacing",
|
181
|
-
"-ms-word-break",
|
182
|
-
"word-break",
|
183
|
-
"word-spacing",
|
184
|
-
"-ms-word-wrap",
|
185
|
-
"word-wrap",
|
186
|
-
"-moz-tab-size",
|
187
|
-
"-o-tab-size",
|
188
|
-
"tab-size",
|
189
|
-
"white-space",
|
190
|
-
"vertical-align",
|
191
|
-
"list-style",
|
192
|
-
"list-style-position",
|
193
|
-
"list-style-type",
|
194
|
-
"list-style-image",
|
195
|
-
"pointer-events",
|
196
|
-
"fill",
|
197
|
-
"fill-opacity",
|
198
|
-
"stroke",
|
199
|
-
"stroke-opacity",
|
200
|
-
"stroke-width",
|
201
|
-
"shape-rendering",
|
202
|
-
"cursor",
|
203
|
-
"visibility",
|
204
|
-
"zoom",
|
205
|
-
"flex-direction",
|
206
|
-
"flex-order",
|
207
|
-
"flex-pack",
|
208
|
-
"flex-align",
|
209
|
-
"table-layout",
|
210
|
-
"empty-cells",
|
211
|
-
"caption-side",
|
212
|
-
"border-spacing",
|
213
|
-
"border-collapse",
|
214
|
-
"content",
|
215
|
-
"quotes",
|
216
|
-
"counter-reset",
|
217
|
-
"counter-increment",
|
218
|
-
"resize",
|
219
|
-
"-webkit-touch-callout",
|
220
|
-
"-webkit-user-select",
|
221
|
-
"-moz-user-select",
|
222
|
-
"-ms-user-select",
|
223
|
-
"-o-user-select",
|
224
|
-
"user-select",
|
225
|
-
"nav-index",
|
226
|
-
"nav-up",
|
227
|
-
"nav-right",
|
228
|
-
"nav-down",
|
229
|
-
"nav-left",
|
230
|
-
"background",
|
231
|
-
"background-color",
|
232
|
-
"background-image",
|
233
|
-
"-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient",
|
234
|
-
"filter:progid:DXImageTransform.Microsoft.gradient",
|
235
|
-
"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
|
236
|
-
"filter",
|
237
|
-
"background-repeat",
|
238
|
-
"background-attachment",
|
239
|
-
"background-position",
|
240
|
-
"background-position-x",
|
241
|
-
"background-position-y",
|
242
|
-
"-webkit-background-clip",
|
243
|
-
"-moz-background-clip",
|
244
|
-
"background-clip",
|
245
|
-
"background-origin",
|
246
|
-
"-webkit-background-size",
|
247
|
-
"-moz-background-size",
|
248
|
-
"-o-background-size",
|
249
|
-
"background-size",
|
250
|
-
"border",
|
251
|
-
"border-color",
|
252
|
-
"border-style",
|
253
|
-
"border-width",
|
254
|
-
"border-top",
|
255
|
-
"border-top-color",
|
256
|
-
"border-top-style",
|
257
|
-
"border-top-width",
|
258
|
-
"border-right",
|
259
|
-
"border-right-color",
|
260
|
-
"border-right-style",
|
261
|
-
"border-right-width",
|
262
|
-
"border-bottom",
|
263
|
-
"border-bottom-color",
|
264
|
-
"border-bottom-style",
|
265
|
-
"border-bottom-width",
|
266
|
-
"border-left",
|
267
|
-
"border-left-color",
|
268
|
-
"border-left-style",
|
269
|
-
"border-left-width",
|
270
|
-
"border-radius",
|
271
|
-
"border-top-left-radius",
|
272
|
-
"border-top-right-radius",
|
273
|
-
"border-bottom-right-radius",
|
274
|
-
"border-bottom-left-radius",
|
275
|
-
"-webkit-border-image",
|
276
|
-
"-moz-border-image",
|
277
|
-
"-o-border-image",
|
278
|
-
"border-image",
|
279
|
-
"-webkit-border-image-source",
|
280
|
-
"-moz-border-image-source",
|
281
|
-
"-o-border-image-source",
|
282
|
-
"border-image-source",
|
283
|
-
"-webkit-border-image-slice",
|
284
|
-
"-moz-border-image-slice",
|
285
|
-
"-o-border-image-slice",
|
286
|
-
"border-image-slice",
|
287
|
-
"-webkit-border-image-width",
|
288
|
-
"-moz-border-image-width",
|
289
|
-
"-o-border-image-width",
|
290
|
-
"border-image-width",
|
291
|
-
"-webkit-border-image-outset",
|
292
|
-
"-moz-border-image-outset",
|
293
|
-
"-o-border-image-outset",
|
294
|
-
"border-image-outset",
|
295
|
-
"-webkit-border-image-repeat",
|
296
|
-
"-moz-border-image-repeat",
|
297
|
-
"-o-border-image-repeat",
|
298
|
-
"border-image-repeat",
|
299
|
-
"outline",
|
300
|
-
"outline-width",
|
301
|
-
"outline-style",
|
302
|
-
"outline-color",
|
303
|
-
"outline-offset",
|
304
|
-
"-webkit-box-shadow",
|
305
|
-
"-moz-box-shadow",
|
306
|
-
"box-shadow",
|
307
|
-
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
|
308
|
-
"-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha",
|
309
|
-
"opacity",
|
310
|
-
"-ms-interpolation-mode",
|
311
|
-
"-moz-transition",
|
312
|
-
"-ms-transition",
|
313
|
-
"-o-transition",
|
314
|
-
"transition",
|
315
|
-
"-moz-transition-delay",
|
316
|
-
"-ms-transition-delay",
|
317
|
-
"-o-transition-delay",
|
318
|
-
"transition-delay",
|
319
|
-
"-moz-transition-timing-function",
|
320
|
-
"-ms-transition-timing-function",
|
321
|
-
"-o-transition-timing-function",
|
322
|
-
"transition-timing-function",
|
323
|
-
"-moz-transition-duration",
|
324
|
-
"-ms-transition-duration",
|
325
|
-
"-o-transition-duration",
|
326
|
-
"transition-duration",
|
327
|
-
"-moz-transition-property",
|
328
|
-
"-ms-transition-property",
|
329
|
-
"-o-transition-property",
|
330
|
-
"transition-property",
|
331
|
-
"-webkit-transform",
|
332
|
-
"-o-transform",
|
333
|
-
"transform",
|
334
|
-
"-webkit-transform-origin",
|
335
|
-
"-o-transform-origin",
|
336
|
-
"transform-origin",
|
337
|
-
"-ms-animation",
|
338
|
-
"-o-animation",
|
339
|
-
"animation",
|
340
|
-
"-ms-animation-name",
|
341
|
-
"-o-animation-name",
|
342
|
-
"animation-name",
|
343
|
-
"-ms-animation-duration",
|
344
|
-
"-o-animation-duration",
|
345
|
-
"animation-duration",
|
346
|
-
"-ms-animation-fill-mode",
|
347
|
-
"-o-animation-fill-mode",
|
348
|
-
"animation-fill-mode",
|
349
|
-
"-ms-animation-play-state",
|
350
|
-
"-o-animation-play-state",
|
351
|
-
"animation-play-state",
|
352
|
-
"-ms-animation-timing-function",
|
353
|
-
"-o-animation-timing-function",
|
354
|
-
"animation-timing-function",
|
355
|
-
"-ms-animation-delay",
|
356
|
-
"-o-animation-delay",
|
357
|
-
"animation-delay",
|
358
|
-
"-ms-animation-iteration-count",
|
359
|
-
"-o-animation-iteration-count",
|
360
|
-
"animation-iteration-count",
|
361
|
-
"-ms-animation-direction",
|
362
|
-
"-o-animation-direction",
|
363
|
-
"animation-direction"
|
364
|
-
]
|
365
|
-
|
366
|
-
PropertySpelling:
|
367
|
-
enabled: true
|
368
|
-
extra_properties: []
|
369
|
-
|
370
|
-
QualifyingElement:
|
371
|
-
enabled: true
|
372
|
-
allow_element_with_attribute: false
|
373
|
-
allow_element_with_class: false
|
374
|
-
allow_element_with_id: false
|
375
|
-
|
376
|
-
SelectorDepth:
|
377
|
-
enabled: true
|
378
|
-
max_depth: 4
|
379
|
-
|
380
|
-
SelectorFormat:
|
381
|
-
enabled: false
|
382
|
-
convention: hyphenated_lowercase # or 'BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
|
383
|
-
|
384
|
-
Shorthand:
|
385
|
-
enabled: true
|
386
|
-
|
387
|
-
SingleLinePerProperty:
|
388
|
-
enabled: true
|
389
|
-
allow_single_line_rule_sets: true
|
390
|
-
|
391
|
-
SingleLinePerSelector:
|
392
|
-
enabled: true
|
393
|
-
|
394
|
-
SpaceAfterComma:
|
395
|
-
enabled: true
|
396
|
-
|
397
|
-
SpaceAfterPropertyColon:
|
398
|
-
enabled: true
|
399
|
-
style: one_space # or 'no_space', or 'at_least_one_space', or 'aligned'
|
400
|
-
|
401
|
-
SpaceAfterPropertyName:
|
402
|
-
enabled: true
|
403
|
-
|
404
|
-
SpaceBeforeBrace:
|
405
|
-
enabled: true
|
406
|
-
style: space # or 'new_line'
|
407
|
-
allow_single_line_padding: true
|
408
|
-
|
409
|
-
SpaceBetweenParens:
|
410
|
-
enabled: true
|
411
|
-
spaces: 0
|
412
|
-
|
413
|
-
StringQuotes:
|
414
|
-
enabled: true
|
415
|
-
style: double_quotes
|
416
|
-
|
417
|
-
TrailingSemicolon:
|
418
|
-
enabled: true
|
419
|
-
|
420
|
-
TrailingZero:
|
421
|
-
enabled: false
|
422
|
-
|
423
|
-
UnnecessaryMantissa:
|
424
|
-
enabled: true
|
425
|
-
|
426
|
-
UnnecessaryParentReference:
|
427
|
-
enabled: true
|
428
|
-
|
429
|
-
UrlFormat:
|
430
|
-
enabled: true
|
431
|
-
|
432
|
-
UrlQuotes:
|
433
|
-
enabled: true
|
434
|
-
|
435
|
-
VariableForProperty:
|
436
|
-
enabled: false
|
437
|
-
properties: []
|
438
|
-
|
439
|
-
VendorPrefix:
|
440
|
-
enabled: true
|
441
|
-
identifier_list: base
|
442
|
-
additional_identifiers: []
|
443
|
-
excluded_identifiers: []
|
444
|
-
|
445
|
-
ZeroUnit:
|
446
|
-
enabled: true
|