mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
10 lines
199 B
CSS
10 lines
199 B
CSS
|
/* Bad */
|
||
|
/* Multiline */
|
||
|
/* Comment */
|
||
|
.selector-3[type="text"] {
|
||
|
background: linear-gradient(#FFFFFF, rgba(0, 0, 0, 0.8));
|
||
|
box-sizing: border-box;
|
||
|
display: block;
|
||
|
color: #AAAAAA;
|
||
|
}
|