From 790d395adfb78718c49203a48610494ecda322a8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 16 Sep 2013 15:17:29 -0700 Subject: [PATCH] website/docs: fix build --- .../stylesheets/{base.less => _base.less} | 4 ---- .../{components.less => _components.less} | 0 .../stylesheets/{footer.less => _footer.less} | 0 ...media-queries.less => _media-queries.less} | 0 .../stylesheets/{mixins.less => _mixins.less} | 0 .../stylesheets/{nav.less => _nav.less} | 0 .../stylesheets/{pages.less => _pages.less} | 0 .../{sidebar.less => _sidebar.less} | 0 .../stylesheets/{type.less => _type.less} | 0 .../{variables.less => _variables.less} | 0 .../docs/source/stylesheets/vagrantup.less | 20 +++++++++---------- 11 files changed, 10 insertions(+), 14 deletions(-) rename website/docs/source/stylesheets/{base.less => _base.less} (98%) rename website/docs/source/stylesheets/{components.less => _components.less} (100%) rename website/docs/source/stylesheets/{footer.less => _footer.less} (100%) rename website/docs/source/stylesheets/{media-queries.less => _media-queries.less} (100%) rename website/docs/source/stylesheets/{mixins.less => _mixins.less} (100%) rename website/docs/source/stylesheets/{nav.less => _nav.less} (100%) rename website/docs/source/stylesheets/{pages.less => _pages.less} (100%) rename website/docs/source/stylesheets/{sidebar.less => _sidebar.less} (100%) rename website/docs/source/stylesheets/{type.less => _type.less} (100%) rename website/docs/source/stylesheets/{variables.less => _variables.less} (100%) diff --git a/website/docs/source/stylesheets/base.less b/website/docs/source/stylesheets/_base.less similarity index 98% rename from website/docs/source/stylesheets/base.less rename to website/docs/source/stylesheets/_base.less index f13322f08..5ad3eacff 100644 --- a/website/docs/source/stylesheets/base.less +++ b/website/docs/source/stylesheets/_base.less @@ -214,10 +214,6 @@ letter-spacing: 3px; /* type and styles */ -::selection, ::-moz-selection { - background: ; /* highlight color */ -} - .meta, .legal, .date { diff --git a/website/docs/source/stylesheets/components.less b/website/docs/source/stylesheets/_components.less similarity index 100% rename from website/docs/source/stylesheets/components.less rename to website/docs/source/stylesheets/_components.less diff --git a/website/docs/source/stylesheets/footer.less b/website/docs/source/stylesheets/_footer.less similarity index 100% rename from website/docs/source/stylesheets/footer.less rename to website/docs/source/stylesheets/_footer.less diff --git a/website/docs/source/stylesheets/media-queries.less b/website/docs/source/stylesheets/_media-queries.less similarity index 100% rename from website/docs/source/stylesheets/media-queries.less rename to website/docs/source/stylesheets/_media-queries.less diff --git a/website/docs/source/stylesheets/mixins.less b/website/docs/source/stylesheets/_mixins.less similarity index 100% rename from website/docs/source/stylesheets/mixins.less rename to website/docs/source/stylesheets/_mixins.less diff --git a/website/docs/source/stylesheets/nav.less b/website/docs/source/stylesheets/_nav.less similarity index 100% rename from website/docs/source/stylesheets/nav.less rename to website/docs/source/stylesheets/_nav.less diff --git a/website/docs/source/stylesheets/pages.less b/website/docs/source/stylesheets/_pages.less similarity index 100% rename from website/docs/source/stylesheets/pages.less rename to website/docs/source/stylesheets/_pages.less diff --git a/website/docs/source/stylesheets/sidebar.less b/website/docs/source/stylesheets/_sidebar.less similarity index 100% rename from website/docs/source/stylesheets/sidebar.less rename to website/docs/source/stylesheets/_sidebar.less diff --git a/website/docs/source/stylesheets/type.less b/website/docs/source/stylesheets/_type.less similarity index 100% rename from website/docs/source/stylesheets/type.less rename to website/docs/source/stylesheets/_type.less diff --git a/website/docs/source/stylesheets/variables.less b/website/docs/source/stylesheets/_variables.less similarity index 100% rename from website/docs/source/stylesheets/variables.less rename to website/docs/source/stylesheets/_variables.less diff --git a/website/docs/source/stylesheets/vagrantup.less b/website/docs/source/stylesheets/vagrantup.less index 2cf494ea4..b30130124 100644 --- a/website/docs/source/stylesheets/vagrantup.less +++ b/website/docs/source/stylesheets/vagrantup.less @@ -4,13 +4,13 @@ v a g r a n t u p \|/\|/\|/\|/\|/\|/ */ -@import 'variables'; -@import 'type'; -@import 'mixins'; -@import 'base'; -@import 'nav'; -@import 'components'; -@import 'sidebar'; -@import 'pages'; -@import 'footer'; -@import 'media-queries'; \ No newline at end of file +@import '_variables'; +@import '_type'; +@import '_mixins'; +@import '_base'; +@import '_nav'; +@import '_components'; +@import '_sidebar'; +@import '_pages'; +@import '_footer'; +@import '_media-queries';