Files
Loïc Guibert 66dafc36c3 init
2022-09-30 20:02:02 +01:00

8 lines
94 B
SCSS
Executable File

// Shapes
.s-rounded {
border-radius: $border-radius;
}
.s-circle {
border-radius: 50%;
}