Showing 2,200 of 2,231 total issues
Selector m_alert
should be written in lowercase with hyphens Open
Open
.alert,
- Exclude checks
Properties should be ordered border-left, list-style, margin-left, padding-left Open
Open
list-style: none;
- Exclude checks
Prefer single quoted strings Open
Open
@import "utilities";
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Prefer single quoted strings Open
Open
@import "script"; // misc css only applicable when javascript enhanced
- Exclude checks
Prefer single quoted strings Open
Open
@import "misc";
- Exclude checks
Properties should be ordered background-color, border-top, margin Open
Open
border-top: 1px dotted;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.close {
- Exclude checks
Properties should be ordered opacity, text-decoration Open
Open
text-decoration: none;
- Exclude checks
Color literals like #245269
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #245269;
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
.namespace { opacity: 0.5; }
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
margin: 0 0.25em;
- Exclude checks
Selector t_object
should be written in lowercase with hyphens Open
Open
.t_object {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector t_modifier_interface
should be written in lowercase with hyphens Open
Open
> .t_modifier_interface {
- Exclude checks
Selector t_type
should be written in lowercase with hyphens Open
Open
.method .parameter .t_parameter-name[title],
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
> * { opacity: 0.5; }
- Exclude checks
Properties should be ordered background-color, color, display Open
Open
display: inline-block;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
> ul {
- Exclude checks