Skip to content
On this page

ForbiddenStyles

Bans the use of some styles, such as deprecated or browser-specific styles.

Scope

Squiz.CSS.ForbiddenStyles

Properties

Property NameTypeDefaultAvailable Since
errorbooltrue1.4.6

Usage

xml
<rule ref="Squiz.CSS.ForbiddenStyles">
    <properties>
        <property name="error" value="false" />
    </properties>
</rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.