diff --git a/projects/stylelint-config/angular.js b/projects/stylelint-config/angular.js index 74c3812a..69d55ef1 100644 --- a/projects/stylelint-config/angular.js +++ b/projects/stylelint-config/angular.js @@ -64,6 +64,16 @@ module.exports = { '3px', '4px', '5px', + // for css hacks + '0.1px', + '0.2px', + '0.3px', + '0.4px', + '0.5px', + '0.6px', + '0.7px', + '0.8px', + '0.9px', ], }, ],