removed sizing variables from radius

Signed-off-by: Ondřej Konečný <ondrej.konecny@gmail.com>
This commit is contained in:
Ondřej Konečný 2023-05-03 17:14:19 +02:00 committed by Alejandro Alonso
parent 9e66231218
commit 3ac8bf363a
2 changed files with 4 additions and 3 deletions

View file

@ -10,11 +10,11 @@ $br2: $s-2;
$br3: 3px;
$br4: 4px;
$br5: 5px;
$br6: $s-6;
$br6: 6px;
$br7: 7px;
$br8: $s-8;
$br8: 8px;
$br10: 10px;
$br12: $s-12;
$br12: 12px;
$br25: 25px;
$br50: 50px;
$br99: 99px;