Interface IShorthandResolver
- All Known Implementing Classes:
-
AbstractBorderShorthandResolver,AbstractBoxShorthandResolver,AbstractCornersShorthandResolver,BackgroundPositionShorthandResolver,BackgroundShorthandResolver,BorderBottomShorthandResolver,BorderColorShorthandResolver,BorderLeftShorthandResolver,BorderRadiusShorthandResolver,BorderRightShorthandResolver,BorderShorthandResolver,BorderStyleShorthandResolver,BorderTopShorthandResolver,BorderWidthShorthandResolver,FlexFlowShorthandResolver,FlexShorthandResolver,FontShorthandResolver,GapShorthandResolver,ListStyleShorthandResolver,MarginShorthandResolver,OutlineShorthandResolver,PaddingShorthandResolver,PlaceItemsShorthandResolver,TextDecorationShorthandResolver
public interface IShorthandResolver
Interface for shorthand resolvers.
-
Method Summary
Modifier and TypeMethodDescriptionresolveShorthand(String shorthandExpression) Resolves a shorthand expression.
-
Method Details
-
resolveShorthand
Resolves a shorthand expression.- Parameters:
-
shorthandExpression- the shorthand expression - Returns:
- a list of CSS declaration
-