From 2978934bd529e9cd5b1182d1df98b9942066beda Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Sep 2011 19:40:48 -0700 Subject: remove adaptive, recomment theme.less to avoid comments in compiled --- lib/theme.less | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'lib/theme.less') diff --git a/lib/theme.less b/lib/theme.less index b56111c06..c61da444c 100644 --- a/lib/theme.less +++ b/lib/theme.less @@ -33,9 +33,6 @@ - - - // COMING SOON... // -------------- @@ -55,8 +52,8 @@ @gridGutterWidth: 20px; -/* -TODO: -- add ability to set app/site-wide base font-face (need better variables: @baseFontSize, @baseFontFace, @baseLineHeight, etc) -- add new docs section for Theme.less -*/ \ No newline at end of file +// +// TODO: +// - add ability to set app/site-wide base font-face (need better variables: @baseFontSize, @baseFontFace, @baseLineHeight, etc) +// - add new docs section for Theme.less +// \ No newline at end of file -- cgit v1.2.3 From 206334ba70c22dc91ec9381f9693ed6356358994 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Sep 2011 20:07:26 -0700 Subject: remove theme.less and split preboot.less to mixins.less and variables.less to isolate customization from function --- lib/theme.less | 59 ---------------------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 lib/theme.less (limited to 'lib/theme.less') diff --git a/lib/theme.less b/lib/theme.less deleted file mode 100644 index c61da444c..000000000 --- a/lib/theme.less +++ /dev/null @@ -1,59 +0,0 @@ -/* Theme.less - * Customizable set of settings and tweaks for Bootstrap development - * ----------------------------------------------------------------- */ - - -/* - Why Theme.less? - --------------- - Theme is a layer that has been added to Bootstrap to simplify the customization process for developers and designers. The goal of Theme is to provide a single point of customization within Bootstrap so you don't have to modify the core files. - - How to use it - ------------- - We repeat the default variables' values here for easy replacement. Simply modify any of these values and recompile Bootstrap for a more customize look and feel. - - Extending it - ------------ - Feel free to create and add new variables and mixins here. The goal is to make this your playground and keep the core files intact. -*/ - - -// Font face, size, weight, and more -// --------------------------------- -@baseFontSize: 13px; // base font-size -@baseLineHeight: 18px; // base line-height of elements (incrementally increases with font-size) - - -// Link color -// ---------- -@linkColor: #0069d6; -// No need to specify a link hover color because we'll automatically do that for you in Preboot - - - - - -// COMING SOON... -// -------------- - -@baseFontFace: "Helvetica"; - - -// Primary button color -// ----------------------------- -@primaryButtonColor: #333; - - -// Grid system -// --------------------------------- -// Griditude -@gridColumns: 16; -@gridColumnWidth: 40px; -@gridGutterWidth: 20px; - - -// -// TODO: -// - add ability to set app/site-wide base font-face (need better variables: @baseFontSize, @baseFontFace, @baseLineHeight, etc) -// - add new docs section for Theme.less -// \ No newline at end of file -- cgit v1.2.3