8 lines
93 B
SCSS
8 lines
93 B
SCSS
|
// Definition of card
|
||
|
@import 'class';
|
||
|
|
||
|
// Implementation of card
|
||
|
.card {
|
||
|
@extend %card;
|
||
|
}
|