rangetouch
Version:
A super tiny library to make input type='range' sliders work better on touch devices
12 lines (11 loc) • 355 B
JSON
{
"extends": ["stylelint-config-recommended", "stylelint-config-prettier"],
"rules": {
"selector-class-pattern": null,
"selector-no-qualifying-type": [true, { "ignore": ["attribute", "class"] }],
"string-no-newline": null,
"indentation": 4,
"string-quotes": "single",
"max-nesting-depth": 2
}
}