Skip to content
#

postcss

Here are 1,954 public repositories matching this topic...

stylelint
abea
abea commented Feb 9, 2021

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%);
}

Improve this page

Add a description, image, and links to the postcss topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the postcss topic, visit your repo's landing page and select "manage topics."

Learn more