Class: TRMNLP::Lint::Checks::NoOpacity

Inherits:
TRMNLP::Lint::Check show all
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

#initialize, #issues

Constructor Details

This class inherits a constructor from TRMNLP::Lint::Check