mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Move to stylelint
This commit is contained in:
parent
7d026caf68
commit
931d343018
118 changed files with 1389 additions and 1056 deletions
|
@ -1,6 +1,6 @@
|
|||
@import '_variables';
|
||||
@import '_mixins';
|
||||
@import "./_bootstrap-variables";
|
||||
@import './_bootstrap-variables';
|
||||
|
||||
@import '~bootstrap/scss/functions';
|
||||
@import '~bootstrap/scss/variables';
|
||||
|
@ -30,7 +30,7 @@ ngb-accordion ::ng-deep {
|
|||
background-color: unset;
|
||||
padding: 0;
|
||||
|
||||
& + .collapse.show {
|
||||
+ .collapse.show {
|
||||
background-color: var(--submenuBackgroundColor);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue