Class: TRMNLP::Lint::Checks::NoOpacity
- Inherits:
-
TRMNLP::Lint::Check
- Object
- TRMNLP::Lint::Check
- TRMNLP::Lint::Checks::NoOpacity
- Defined in:
- lib/trmnlp/lint/checks/no_opacity.rb
Constant Summary collapse
- MESSAGE =
'Opacity should not be used, use the "--gray--##" Framework classes instead.'- LEARN_MORE =
'https://trmnl.com/framework/docs/text_color'- PATTERN =
/opacity:\s*[\d.]+/
Method Summary
Methods inherited from TRMNLP::Lint::Check
Constructor Details
This class inherits a constructor from TRMNLP::Lint::Check