Skip to content

Commit a2de426

Browse files
author
Adem
committed
Added more bash scripts and refactored style.sass
1 parent 53434df commit a2de426

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

assets/sass/style.sass

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
@import 'bourbon/bourbon'
2-
@import 'reset'
1+
@import bourbon/bourbon
2+
@import reset
33

44
$ff: 'Avenir Next', 'Helvetica Neue', Arial, sans-serif
55
$fs: 18px
6-
$gutter: 20px
6+
$dg: 20px
77

88
=font-normalize
99
font:
@@ -23,11 +23,10 @@ $header-height: 72px
2323
background: hsl(0, 0, 94)
2424
display: block
2525
height: $header-height
26-
margin-bottom: $gutter
26+
margin-bottom: $dg
2727

2828
h1
29-
text:
30-
align: center
29+
text-align: center
3130

3231
a:link,
3332
a:visited
@@ -38,13 +37,11 @@ $header-height: 72px
3837
weight: 400
3938
letter-spacing: 2px
4039
line-height: $header-height
41-
text:
42-
transform: uppercase
40+
text-transform: uppercase
4341

4442
&:hover
4543
color: hsl(0, 0, 72)
46-
text:
47-
decoration: none
44+
text-decoration: none
4845

4946
.content
5047
height: auto
@@ -54,7 +51,7 @@ $header-height: 72px
5451
.grid-container
5552
background: hsl(0, 0, 98)
5653
margin: 0 auto
57-
margin-bottom: $gutter * 2
54+
margin-bottom: $dg * 2
5855
position: relative
5956

6057
.grid-item

bin/uglify

Whitespace-only changes.

bin/watch-sass

Whitespace-only changes.

0 commit comments

Comments
 (0)