mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix add missing use in SCSS
This commit is contained in:
parent
b867f276f2
commit
6c7661b04d
@ -11,6 +11,7 @@
|
||||
@use "ds/typography.scss" as t;
|
||||
@use "ds/spacing.scss" as *;
|
||||
@use "ds/mixins.scss" as *;
|
||||
@use "refactor/common-refactor.scss" as deprecated;
|
||||
|
||||
.element-set {
|
||||
display: grid;
|
||||
@ -92,7 +93,7 @@
|
||||
}
|
||||
|
||||
.forth-row {
|
||||
/*
|
||||
/*
|
||||
This element do not match the 8 column grid of sidebar
|
||||
|
||||
|___|-|___|-|___|-|___|-|___|-|___|-|___|-|___| -> 8 column grid, (--sp-xxxl) width each
|
||||
@ -438,7 +439,7 @@
|
||||
|
||||
.gap-row,
|
||||
.padding-row {
|
||||
/*
|
||||
/*
|
||||
This element do not match the 8 column grid of sidebar
|
||||
|
||||
|___|-|___|-|___|-|___|-|___|-|___|-|___|-|___| -> 8 column grid, (--sp-xxxl) width each
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user