mirror of
https://github.com/penpot/penpot.git
synced 2025-02-02 04:19:08 -05:00
✨ removed sizing variables from radius
Signed-off-by: Ondřej Konečný <ondrej.konecny@gmail.com>
This commit is contained in:
parent
9e66231218
commit
3ac8bf363a
2 changed files with 4 additions and 3 deletions
|
@ -21,6 +21,7 @@
|
||||||
- Set line-height to auto as 1.2 (by @akshay-gupta7) [Github #3185](https://github.com/penpot/penpot/pull/3185)
|
- Set line-height to auto as 1.2 (by @akshay-gupta7) [Github #3185](https://github.com/penpot/penpot/pull/3185)
|
||||||
- Click to select full values at the design sidebar (by @akshay-gupta7) [Github #3179](https://github.com/penpot/penpot/pull/3179)
|
- Click to select full values at the design sidebar (by @akshay-gupta7) [Github #3179](https://github.com/penpot/penpot/pull/3179)
|
||||||
- Fix rect filter bounds math (by @ryanbreen) [Github #3180](https://github.com/penpot/penpot/pull/3180)
|
- Fix rect filter bounds math (by @ryanbreen) [Github #3180](https://github.com/penpot/penpot/pull/3180)
|
||||||
|
- Removed sizing variables from radius (by @ondrejkonec) [Github #3184](https://github.com/penpot/penpot/pull/3184)
|
||||||
|
|
||||||
## 1.18.3 (Unreleased)
|
## 1.18.3 (Unreleased)
|
||||||
|
|
||||||
|
|
|
@ -10,11 +10,11 @@ $br2: $s-2;
|
||||||
$br3: 3px;
|
$br3: 3px;
|
||||||
$br4: 4px;
|
$br4: 4px;
|
||||||
$br5: 5px;
|
$br5: 5px;
|
||||||
$br6: $s-6;
|
$br6: 6px;
|
||||||
$br7: 7px;
|
$br7: 7px;
|
||||||
$br8: $s-8;
|
$br8: 8px;
|
||||||
$br10: 10px;
|
$br10: 10px;
|
||||||
$br12: $s-12;
|
$br12: 12px;
|
||||||
$br25: 25px;
|
$br25: 25px;
|
||||||
$br50: 50px;
|
$br50: 50px;
|
||||||
$br99: 99px;
|
$br99: 99px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue