The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
Updated
Feb 19, 2021 - JavaScript
Sass is a stylesheet language with a main implementation in Ruby. It is an extension of CSS that makes improvements to the old stylesheet format, such as being able to declare variables and using a cleaner nesting syntax.
Clearly describe the bug
declaration-property-unit-allowed-list trips on SCSS function contents. Specifically color functions, which it should ignore.
Which rule, if any, is the bug related to?
declaration-property-unit-allowed-list
What code is needed to reproduce the bug?
$input-border: #639;
button {
border: 1px solid lighten($input-border, 20%);
}Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein
Released November 28, 2006
Latest release about 5 years ago
Describe the bug
When using row-span attribute border is missing!
To Reproduce
Expected behavior
Border show normally
Screenshots

Environment: