Style¶
Reference to a style LESS file in the Styles folder e.g. /MyApp/Styles/MyStyleSheet.less
Style Constraints¶
pattern: the string must match the following regular expression:
(^/.+/Styles/).*(.+\.css)$|(^Styles/).*(.+\.css)$|(^/.+/Styles/).*(.+\.less)$|(^Styles/).*(.+\.less)$
- type:
string