Showing 2,200 of 2,231 total issues
0.5
should be written without a leading zero as .5
Open
Open
margin: 0.5em -5px 0.5em -15px;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered display, height, pointer-events, position, top, width, z-index Open
Open
position: fixed;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.debug-noti {
- Exclude checks
0.33
should be written without a leading zero as .33
Open
Open
transition: opacity 0.33s;
- Exclude checks
Shorthand form for property margin
should be written more concisely as 0 -4px 10px
instead of 0 -4px 10px -4px
Open
Open
margin: 0 -4px 10px -4px;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> ul {
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
opacity: 0.5;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&::after { content: none; }
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
tr.context {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector m_group
should be written in lowercase with hyphens Open
Open
.m_info,
- Exclude checks
Selector t_string
should be written in lowercase with hyphens Open
Open
> .t_string:nth-child(2) {
- Exclude checks
0.05
should be written without a leading zero as .05
Open
Open
&:hover { background-color: rgba(0, 0, 0, 0.05); }
- Exclude checks
Selector t_string
should be written in lowercase with hyphens Open
Open
&[data-type=base64] > .string-raw .t_string {
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
padding: 0.5em 5px 0.5em 15px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
ul.list-unstyled > li:has(.show-more-container) {
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
border: 1px solid rgba(0, 0, 0, 0.2);
- Exclude checks