8 lines
84 B
SCSS
8 lines
84 B
SCSS
div#accordion {
|
|
@extend .sidebar;
|
|
}
|
|
|
|
section.main-content {
|
|
@extend .content;
|
|
}
|