mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
2cf1ae7cd8
Added tests Updated readme with usage notes (disabling lines etc) to match existing content
9 lines
199 B
CSS
9 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;
|
|
}
|