v1.1.5
·
71 commits
to master
since this release
1.1.5
- отказались от зависимости stylelint-config-recommended
- поправили правило
length-zero-no-unit
на["var", "/^--/"]
'length-zero-no-unit': [true, {
'ignore': ['custom-properties'],
'ignoreFunctions': ["var", "/^--/"],
}],