Interface CssRule
-
- All Known Implementing Classes:
AtRuleNoUnknown
,BlockNoEmpty
,ColorNoInvalidHex
,CommentNoEmpty
,DeclarationBlockNoDuplicateProperties
,DeclarationBlockNoShorthandPropertyOverrides
,FontFamilyNoDuplicateNames
,FontFamilyNoMissingGenericFamilyKeyword
,FunctionCalcNoInvalid
,FunctionCalcNoUnspacedOperator
,FunctionLinearGradientNoNonstandardDirection
,KeyframeDeclarationNoImportant
,MediaFeatureNameNoUnknown
,NoDescendingSpecificity
,NoDuplicateAtImportRules
,NoDuplicateSelectors
,NoEmptySource
,NoExtraSemicolons
,NoInvalidDoubleSlashComments
,PropertyNoUnknown
,SelectorPseudoClassNoUnknown
,SelectorPseudoElementNoUnknown
,SelectorTypeNoUnknown
,StringNoNewline
,UnitNoUnknown
public interface CssRule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
stylelintKey()
default List<Object>
stylelintOptions()
-