Skip to content

004_0001 - InlineStylePropertyUsed

Inline style property used

Use generic classes instead, defined by the theme.

Metadata

authors:
- Xiwen Cheng <x@cinaq.com>
category: Maintainability
input: .*\.(Forms\$Page|Forms\$Snippet)\.yaml
rulename: InlineStylePropertyUsed
rulenumber: '004_0001'
scope: package
severity: MEDIUM

Description

Avoid using the style property, because this will make the life of your UI designer a lot more complicated. It will be harder to overrule styles from CSS file level.

Remediation

Use generic classes instead, defined by the theme.

Test cases

# No test file found