devbridge / Styleguide

MIT License
1.44k stars 87 forks source link

Color order #155

Open vdms opened 8 years ago

vdms commented 8 years ago

Hi there, There are no options in the color order, are there? The color order in my sass is messed up in the output of styleguide. I would like it to remain untouched.

VaclovasV commented 8 years ago

@miezis, can we add option for color order?

ghost commented 8 years ago

@VaclovasV , currently we use logic to sort colors by their hex number to have similar colors next to each other. Manually sorting should be added as feature request. @vdms , could you share your colors so we could see how bad they are.

vdms commented 8 years ago

I just wish they respected the order I defined. It's not about bad or not, it about no logic to the end user.

http://imgur.com/OKH4G6o

//-- colors:start --// $color-1: #13293d; $color-2: #006494; $color-3: #3686b5; $color-4: #5A93B5; //rgb(90, 147, 181), hsl(202.4, 38.1, 53.1), hsb(202.4, 50.3, 71) $color-5: #e8f1f2;

$color-active: #e84855; //rgb(232,72,85), hsl(355.1, 77.7, 59.6), hsb(355.1, 69, 91)

$color-assets: #243034;//#511b1b;

$black: #000000; $black-lighter: #1e1e1e;

$gray-darker-blueish: #243034; $gray-dark: #393c3e; $gray: #55595c; $gray-light: #818a91; $gray-lighter: #bcbebf; $gray-lightest: #e5e5f3;

$white: #ffffff; //-- colors:end --//