Skip to content

Releases: axiosvisuals/feta

New colors 🎉

Choose a tag to compare

@newsroomdev newsroomdev released this 07 Jun 15:18
95e4068

New data viz colors courtesy of @abzchen. See data- prefixed colors. Additionally, this is getting bumped to 1.0 since it's actively in use.

New colors include:

  • salmon
  • rust
  • ochre
  • khaki
  • coffee

Screen Shot 2019-06-07 at 11 16 32 AM

New greens & yellows

Choose a tag to compare

@newsroomdev newsroomdev released this 26 Jun 18:08
8feaa67

Courtesy of Abby Chen

// Green Tones
$color-green-100: #ecfff6;
$color-green-200: #c1f1d1;
$color-green-300: #94e2ac;
$color-green-400: #64d28a;
$color-green-500: #02c266;
$color-green-600: #029d53;
$color-green-700: #027b41;
$color-green-800: #025a30;
$color-green-900: #013b1f;

// Yellow Tones
$color-yellow-100: #ffffd8;
$color-yellow-200: #fff6b3;
$color-yellow-300: #ffeb88;
$color-yellow-400: #ffe05b;
$color-yellow-500: #ffd500;
$color-yellow-600: #fdbc08;
$color-yellow-700: #faa40e;
$color-yellow-800: #f78912;
$color-yellow-900: #f26e14;

New blues tones

Choose a tag to compare

@newsroomdev newsroomdev released this 19 Sep 01:18

Courtesy of Greg Ruben

// Axios Blue Tones
$color-axios-blue-100: #96d8ff;
$color-axios-blue-200: #73c8f7;
$color-axios-blue-300: #50b9f0;
$color-axios-blue-400: #2da9e8;
$color-axios-blue-500: #0a99e0;
$color-axios-blue-600: #087ebe;
$color-axios-blue-700: #05639b;
$color-axios-blue-800: #034879;
$color-axios-blue-900: #002d56;
$color-axios-blue-950: #051d2d;

Add Green Spectrum

Choose a tag to compare

@newsroomdev newsroomdev released this 14 Jul 19:25

Adding greens (with proper semi-colon)

$color-green-100: color-get(green, 100);
$color-green-200: color-get(green, 200);
$color-green-300: color-get(green, 300);
$color-green-400: color-get(green, 400);
$color-green-500: color-get(green, 500);
$color-green-600: color-get(green, 600);
$color-green-700: color-get(green, 700);
$color-green-800: color-get(green, 800);
$color-green-900: color-get(green, 900);
$color-green: $color-green-500;

v0.0.2

Choose a tag to compare

@newsroomdev newsroomdev released this 15 Jun 20:39

This release adds additional color palette options as well as removes global styles resets. Global style resets are still available for individual interactives, but this allows feta to be used in additional products.

Additions:

  • desaturated colors
  • modular variables

Deletions:

  • normalize.scss
  • reset.scss

Initial Release

Choose a tag to compare

@duner duner released this 15 Feb 19:54
Merge pull request #2 from axioscode/chris/add-package-style

Add "style" key to package.json.