mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 18:38:24 +02:00
✨ Remove workspace partial scss stylesheet
This commit is contained in:
parent
ce9fb80558
commit
c9258b5526
13 changed files with 131 additions and 341 deletions
|
@ -6,10 +6,6 @@
|
|||
|
||||
@use "sass:color";
|
||||
|
||||
// TODO: legacy Sass colors, we should eventually try to remove them in
|
||||
// favor of DS colors.
|
||||
$color-gray-20: #b1b2b5;
|
||||
|
||||
:root {
|
||||
// DARK
|
||||
// Dark background
|
||||
|
|
|
@ -23,3 +23,6 @@ $fs-36: math.div(36, $fs-base) + rem;
|
|||
$fw400: 400; // Regular (CSS value: 'normal')
|
||||
$fw500: 500; // Medium
|
||||
$fw700: 700; // Bold (CSS value: 'bold')
|
||||
|
||||
// Line heights
|
||||
$lh-150: 1.5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue