This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
15,519 additions
and
3,706 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,20 @@ | ||
{ | ||
"liveSassCompile.settings.formats":[ | ||
{ | ||
"format": "compressed", | ||
"extensionName": ".css", | ||
"savePath": null | ||
} | ||
], | ||
|
||
"liveSassCompile.settings.excludeList": [ | ||
"/.vscode/**", | ||
"/dev.scss", | ||
], | ||
|
||
"liveSassCompile.settings.generateMap": false, | ||
"liveSassCompile.settings.autoprefix": [ | ||
"defaults" | ||
] | ||
"liveSassCompile.settings.formats": [ | ||
{ | ||
"format": "expanded", | ||
"extensionName": ".css", | ||
"savePath": null | ||
} | ||
], | ||
"liveSassCompile.settings.excludeList": [ | ||
"/.vscode/**", | ||
"/dev.scss", | ||
], | ||
"liveSassCompile.settings.generateMap": false, | ||
"liveSassCompile.settings.autoprefix": [ | ||
"defaults" | ||
] | ||
} | ||
|
||
// expanded | ||
// compressed | ||
// nested |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
/* This is a temporary file to display a outdated notification for lavender v2 users */ | ||
|
||
#app-mount:before { | ||
content: "You version of Lavender is outdated, please download the latest version from the source. (Source can be found in your theme settings)" !important; | ||
display: block; | ||
background-color: var(--brand-experiment); | ||
color: #fff; | ||
flex-grow: 0; | ||
flex-shrink: 0; | ||
font-size: 16px; | ||
font-weight: 700; | ||
height: auto; | ||
line-height: 16px; | ||
opacity: 1; | ||
padding: 10px; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
position: relative; | ||
text-align: center; | ||
visibility: unset; | ||
white-space: pre-wrap; | ||
top: 0; | ||
left: 0; | ||
bottom: unset; | ||
right: unset; | ||
max-width: 2000px; | ||
min-width: unset; | ||
max-height: unset; | ||
min-height: unset; | ||
transform: unset; | ||
animation: unset; | ||
z-index: 999999; | ||
pointer-events: none | ||
} | ||
content: "You version of Lavender is outdated, please download the latest version from the source. (Source can be found in your theme settings)" !important; | ||
display: block; | ||
background-color: var(--brand-experiment); | ||
color: #fff; | ||
flex-grow: 0; | ||
flex-shrink: 0; | ||
font-size: 16px; | ||
font-weight: 700; | ||
height: auto; | ||
line-height: 16px; | ||
opacity: 1; | ||
padding: 10px; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
position: relative; | ||
text-align: center; | ||
visibility: unset; | ||
white-space: pre-wrap; | ||
top: 0; | ||
left: 0; | ||
bottom: unset; | ||
right: unset; | ||
max-width: 2000px; | ||
min-width: unset; | ||
max-height: unset; | ||
min-height: unset; | ||
transform: unset; | ||
animation: unset; | ||
z-index: 999999; | ||
pointer-events: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.