From: Mark Otto Date: Sun, 19 Apr 2015 22:06:13 +0000 (-0700) Subject: move from css folder to base dir X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=blog;a=commitdiff_plain;h=423c5f1b3e0c899a00f824fe4f71f6d0e85de419 move from css folder to base dir --- diff --git a/_includes/head.html b/_includes/head.html index 61d5dd9..b88cab3 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,7 +14,7 @@ - + diff --git a/css/styles.scss b/css/styles.scss deleted file mode 100644 index 0825f63..0000000 --- a/css/styles.scss +++ /dev/null @@ -1,28 +0,0 @@ ---- -# Use a comment to ensure Jekyll reads the file to be transformed into CSS later -# only main files contain this front matter, not partials. ---- - -// -// ___ -// /\_ \ -// _____ ___ ___\//\ \ __ -// /\ '__`\ / __`\ / __`\\ \ \ /'__`\ -// \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/ -// \ \ ,__/\ \____/\ \____//\____\ \____\ -// \ \ \/ \/___/ \/___/ \/____/\/____/ -// \ \_\ -// \/_/ -// -// Designed, built, and released under MIT license by @mdo. Learn more at -// https://github.com/poole/poole. - -@import "base"; -@import "type"; -@import "syntax"; -@import "code"; -@import "layout"; -@import "masthead"; -@import "posts"; -@import "pagination"; -@import "message"; diff --git a/styles.scss b/styles.scss new file mode 100644 index 0000000..0825f63 --- /dev/null +++ b/styles.scss @@ -0,0 +1,28 @@ +--- +# Use a comment to ensure Jekyll reads the file to be transformed into CSS later +# only main files contain this front matter, not partials. +--- + +// +// ___ +// /\_ \ +// _____ ___ ___\//\ \ __ +// /\ '__`\ / __`\ / __`\\ \ \ /'__`\ +// \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/ +// \ \ ,__/\ \____/\ \____//\____\ \____\ +// \ \ \/ \/___/ \/___/ \/____/\/____/ +// \ \_\ +// \/_/ +// +// Designed, built, and released under MIT license by @mdo. Learn more at +// https://github.com/poole/poole. + +@import "base"; +@import "type"; +@import "syntax"; +@import "code"; +@import "layout"; +@import "masthead"; +@import "posts"; +@import "pagination"; +@import "message";