This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
kevin
/
anissah
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
03ef9e8426
Větve
Značky
master
anissah
/
user
/
themes
/
quark
/
scss
/
spectre
/
utilities
/
_shapes.scss
_shapes.scss
91 B
Historie
Surový
1
2
3
4
5
6
7
8
// Shapes
.rounded {
border-radius: $border-radius;
}
.circle {
border-radius: 50%;
}