Skip to content

Commit

Permalink
Regenerate the common dist so we have the latest (which has my a11y c…
Browse files Browse the repository at this point in the history
…ontrast fixes for certain colors)
  • Loading branch information
roblevintennis committed Oct 9, 2020
1 parent f06cb5c commit 7db0e6f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 11 deletions.
4 changes: 3 additions & 1 deletion agnosticui-css/colors.css
Expand Up @@ -11,11 +11,13 @@
--agnosticui-secondary-from: #ff5d69;
--agnosticui-secondary-to: #ff2a39;
--agnosticui-secondary-hover: #ff6c77;
--agnosticui-error-color: #e42002;
--agnosticui-gray-extra-light: #f8f8f8;
--agnosticui-gray-light: #e9e9e9;
--agnosticui-gray-mid: #d8d8d8;
--agnosticui-gray-mid-dark: #cccccc;
--agnosticui-gray-dark: #999999;
/* gray dark seems to meet a11y contrast requirements for help text on inputs */
--agnosticui-gray-dark: #757575;
--agnosticui-dark: #333333;
--agnosticui-light: #ffffff;
/* Caption, Sub-heading, etc., can be added here */
Expand Down
4 changes: 3 additions & 1 deletion agnosticui-css/css-dist/common.concat.css
Expand Up @@ -11,11 +11,13 @@
--agnosticui-secondary-from: #ff5d69;
--agnosticui-secondary-to: #ff2a39;
--agnosticui-secondary-hover: #ff6c77;
--agnosticui-error-color: #e42002;
--agnosticui-gray-extra-light: #f8f8f8;
--agnosticui-gray-light: #e9e9e9;
--agnosticui-gray-mid: #d8d8d8;
--agnosticui-gray-mid-dark: #cccccc;
--agnosticui-gray-dark: #aaaaaa;
/* gray dark seems to meet a11y contrast requirements for help text on inputs */
--agnosticui-gray-dark: #757575;
--agnosticui-dark: #333333;
--agnosticui-light: #ffffff;
/* Caption, Sub-heading, etc., can be added here */
Expand Down
2 changes: 1 addition & 1 deletion agnosticui-css/css-dist/common.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions agnosticui-css/css-dist/common.prefixed.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agnosticui-css/css-dist/common.prefixed.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion agnosticui-css/demo-globals.css
@@ -1,4 +1,9 @@
@import "css-dist/common.min.css";
/* Using this turned out to be a bad idea -- since it needs to be compiled we won't see changes while dev'ing */
/* @import "css-dist/common.min.css"; */
@import "colors.css";
@import "spacing.css";
@import "typography.css";
@import "motion.css";
@import "button.css";
@import "button-group.css";
@import "card.css";
Expand Down

0 comments on commit 7db0e6f

Please sign in to comment.