• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stylelint-scss / stylelint-scss / 7146519478 / 1
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 08 Dec 2023 09:36PM UTC
Files 113
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Dec 2023 09:35PM UTC coverage: 91.954% (-0.008%) from 91.962%
7146519478.1

push

github

web-flow
Fix `function-no-unknown` false negatives for functions with namespace (#888)

Since Stylelint 15.8.0, the built-in `function-no-unknown` rule has ignored SCSS functions with namespace.

For example, the following code unexpectedly passes with Stylelint 15.8.0:

```scss
a { color: color.unknown(#fff); }
```

Notes:
- This change keeps backward compatibility. This means not to change `peerDependencies.stylelint` in `package.json`.
- This change may bring performance penalty to keep backward compatibility.
- Run `npm i 'stylelint@^15.8.0' && npm t` to test this change with newer versions of Stylelint.

See also:
- https://github.com/stylelint/stylelint/releases/tag/15.8.0
- https://github.com/stylelint/stylelint/pull/6921

1863 of 2109 branches covered (0.0%)

Branch coverage included in aggregate %.

2960 of 3136 relevant lines covered (94.39%)

150.57 hits per line

Source Files on job 7146519478.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7146519478
  • a95954b0 on github
  • Prev Job for on master (#7146490357.1)
  • Next Job for on master (#7146728960.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc