mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
13 lines
209 B
SCSS
13 lines
209 B
SCSS
@import 'variables';
|
|
|
|
.icon {
|
|
width: 1em;
|
|
height: 1em;
|
|
stroke: currentColor;
|
|
stroke-width: $stroke-width;
|
|
stroke-linecap: round;
|
|
stroke-linejoin: round;
|
|
fill: none;
|
|
vertical-align: baseline;
|
|
}
|