UNPKG
grunt-init-assemble
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.3
0.2.2
0.2.1
Initialize new Assemble projects.
github.com/assemble/assemble/
assemble/grunt-init-assemble
grunt-init-assemble
/
root
/
theme
/
components
/
belt.less
16 lines
(13 loc)
•
241 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// // Belt // --------------------------------------------------
.belt
{
padding
:
15px
20px
;
color
:
#777
;
background-color
:
#fafafa
;
border-top
:
1px
solid
#fff
;
border-bottom
:
1px
solid
#e5e5e5
;
strong
{
color
:
#555
; } }