1.3.0 • Published 5 years ago

stylelint-safari-background-clip v1.3.0

Weekly downloads
62
License
MIT
Repository
-
Last release
5 years ago

stylelint-safari-background-clip

This package is just a work-a-round until https://bugs.webkit.org/show_bug.cgi?id=169125 is fixed.

It will try to detect if you use background-clip:text and display:flex or display:inline-flex at the same time for an element.

⚠️ Warning ⚠️

This library is a work in progress, use at your own risk. But feel free to help out where you see bugs or incomplete things!

Installation

npm install stylelint-safari-background-clip --save-dev

Configuration

Simple configuration

{
  "plugins": [
    "stylelint-safari-background-clip"
  ],
  "rules": {
    "plugin/stylelint-safari-background-clip": true
  }
}

Changelog

Please see the CHANGELOG.md

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago