Skip to content
Snippets Groups Projects
Commit 5f86ad63 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

Add boilerplate for theming scss depending of environment conf

parent 5fb47a92
No related branches found
No related tags found
No related merge requests found
@import "../../../../sass/abstracts/variables";
@import "../../../../sass/abstracts/mixins";
:host-context(body[theme='dlcm-theme']) {
.toolbar {
// Boilerplate for theming scss depending of environment conf
}
}
.toolbar {
padding: 0 20px;
display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment