From af973d18a8ff19a93f32165c3472f45e134acd64 Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Mon, 13 Nov 2023 14:56:47 +0300 Subject: [PATCH] feat(stylelint-config): extends `ignore` section of `meowtec/no-px` rule (#137) --- projects/stylelint-config/angular.js | 10 ++++++++++ 1 file changed, 10 insertions(+) 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', ], }, ],