# css/no-useless-color-alpha

disallow unnecessary alpha-channel transparency value

  • ⚙️ This rule is included in "plugin:css/recommended" and "plugin:css/standard".
  • 🔧 The --fix option on the command line (opens new window) can automatically fix some of the problems reported by this rule.

# 📖 Rule Details

This rule does not allow unnecessary alpha-channel transparency values.

Now loading...

# 🔧 Options

Nothing.

# 🚀 Version

This rule was introduced in eslint-plugin-css v0.4.0

# 🔍 Implementation