From 9127b3aca0ea384877e05d54fd01bb1d9d3b812f Mon Sep 17 00:00:00 2001 From: amurrel Date: Fri, 5 Sep 2014 23:54:31 -0400 Subject: Converted from scss to less --- app/assets/stylesheets/colors.scss | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 app/assets/stylesheets/colors.scss (limited to 'app/assets/stylesheets/colors.scss') diff --git a/app/assets/stylesheets/colors.scss b/app/assets/stylesheets/colors.scss deleted file mode 100644 index 4a5ca71..0000000 --- a/app/assets/stylesheets/colors.scss +++ /dev/null @@ -1,32 +0,0 @@ -/* -$darker-orange: #9D4102; -$link-yellow: #FFC50D; -$orange: #DD9125; -$page-color: #444; -$toolbar-color: black; -*/ - -// See this file for a complete list of variables: -// vendor/bundle/ruby/2.0.0/gems/bootstrap-sass-3.1.1.1/vendor/assets/stylesheets/bootstrap/_variables.scss -// Or visit (replace '@' with '$'; less uses '@' for variables) -// http://getbootstrap.com/customize/#less-variables -/* -$gray-darker: -$gray-dark: -$gray: -$gray-light: -$gray-lighter: - -$brand-primary: -$brand-success: -$brand-info: -$brand-warning: -$brand-danger: -*/ - -/* -$text-color: #DD9125; -$body-bg: #333; -*/ - -$legend-border-color: #ccc; // matches the default $input-border and $btn-default-border -- cgit v1.2.3