UNPKG
topcoat-theme
Version:
latest (0.6.4)
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.24
0.5.23
0.5.22
0.5.21
0.5.20
0.5.19
0.5.18
0.5.17
0.5.16
0.5.15
0.5.14
0.5.13
0.5.12
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
Default theme for Topcoat components
topcoat/theme
topcoat-theme
/
src
/
includes
/
layout.styl
27 lines
(19 loc)
•
190 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Layout
.quarter
{
width
:
25%
; }
.half
{
width
:
50%
; }
.three-quarters
{
width
:
75%
; }
.third
{
width
:
33.333%
; }
.two-thirds
{
width
:
66.666%
; }
.full
{
width
:
100%
; }