summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorJosé Mota <jose@josemota.net>2014-05-01 14:44:50 +0100
committerJosé Mota <jose@josemota.net>2014-05-01 14:44:50 +0100
commitb6ae804c6ca6b8e4e82a00b01b787896f6c0ad7f (patch)
tree649538b07d189336a48db0cff6978ec85b6732b2 /sass
parent671459682587acf5637755056842676ab9840174 (diff)
Rename to _sass so Jekyll doesn't build it.
Diffstat (limited to 'sass')
-rw-r--r--sass/elements.sass8
-rw-r--r--sass/main.sass42
-rw-r--r--sass/variables.sass4
3 files changed, 0 insertions, 54 deletions
diff --git a/sass/elements.sass b/sass/elements.sass
deleted file mode 100644
index c73f7cb..0000000
--- a/sass/elements.sass
+++ /dev/null
@@ -1,8 +0,0 @@
-body
- background: url('images/bg.png') no-repeat left top
-
-a
- outline: 0
-
-h3
- font-weight: normal
diff --git a/sass/main.sass b/sass/main.sass
deleted file mode 100644
index a0ba2cc..0000000
--- a/sass/main.sass
+++ /dev/null
@@ -1,42 +0,0 @@
-@import "variables"
-@import "elements"
-@import "bootstrap"
-
-#cta
- margin-top: 120px
- margin-bottom: 120px
- h1
- font-size: 48px
- letter-spacing: -1px
- margin-bottom: 1em
- strong
- font-weight: 400
-
-.feature-icon
- background: $brand-primary
- width: 3em
- text-align: center
- line-height: 3em
- height: 3em
- font-size: 2.5em
- color: #fff
- border-radius: 50%
- margin: 0.5em auto
-
-footer
- border-top: 1px solid #eee
- padding-top: .5em
- margin-top: .5em
-
-.feature
- border-top: 1px solid #eee
-
-section.feature
- padding-bottom: 2em
- padding-top: 2em
-
-#title
- border-bottom: 1px solid #eee
- padding-top: 2em
- padding-bottom: 2em
- margin-bottom: 2em
diff --git a/sass/variables.sass b/sass/variables.sass
deleted file mode 100644
index e9e1cbe..0000000
--- a/sass/variables.sass
+++ /dev/null
@@ -1,4 +0,0 @@
-$font-family-sans-serif: "Open Sans", "Helvetica Neue", "Arial", sans-serif
-$font-size-base: 18px
-$headings-font-weight: 200
-$brand-primary: #ac1905