parcel-react-ui-button
Version:
The parcel-react-ui-button component provides users a way to trigger actions in the UI.
18 lines (17 loc) • 454 B
Plain Text
{
"extends": "stylelint-config-sass-guidelines",
"plugins": [
"stylelint-suitcss"
],
"rules": {
"max-nesting-depth": 3,
"scss/at-mixin-pattern": "^(terra-)[a-z]+([a-z0-9-]+[a-z0-9]+)?$",
"suitcss/custom-property-no-outside-root": true,
"custom-property-pattern": [
"terra-[a-z]+([a-z0-9-]+[a-z0-9]+)?$",
{
"message": "Custom property names should be written in lowercase with hyphens"
}
]
}
}