mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 20:28:30 +02:00
✨ Make reset css to be included first thing in our styles
This commit is contained in:
parent
49fd000217
commit
6b8108afda
1 changed files with 1 additions and 1 deletions
|
@ -14,9 +14,9 @@
|
|||
// MAIN STYLES
|
||||
//#################################################
|
||||
|
||||
@import "common/dependencies/reset";
|
||||
@import "common/refactor/color-defs.scss";
|
||||
@import "common/dependencies/fonts";
|
||||
@import "common/dependencies/reset";
|
||||
@import "common/dependencies/animations";
|
||||
@import "common/dependencies/z-index";
|
||||
@import "common/dependencies/highlightjs-theme";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue