Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Remove color definitions that are now imported from @wordpress/base-s…
Browse files Browse the repository at this point in the history
…tyles. Fixes #3311
  • Loading branch information
Aljullu committed Nov 24, 2020
1 parent 79de773 commit 7c24e51
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions assets/css/abstracts/_colors.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
@import "node_modules/@wordpress/base-styles/colors";
@import "node_modules/@automattic/color-studio/dist/color-variables";

// @todo remove when `@woocommerce/base-styles` is updated.
// Greys
$black: #000; // Use only when you truly need pure black. For UI, use $gray-900.
$gray-100: #f0f0f0; // Used for light gray backgrounds.
$gray-200: #e0e0e0; // Used sparingly for light borders.
$gray-300: #ddd; // Used for most borders.
$gray-400: #ccc;
$gray-600: #949494; // Meets 3:1 UI or large text contrast against white.
$gray-700: #757575; // Meets 4.6:1 text contrast against white.
$gray-900: #1e1e1e;
$white: #fff;

// Bright colors
$no-stock-color: $alert-red;
$low-stock-color: $alert-yellow;
Expand Down

0 comments on commit 7c24e51

Please sign in to comment.