This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
kevin
/
r2c
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
8e6325e94a
Větve
Značky
master
r2c
/
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%;
}