Skip to content

Commit

Permalink
Bumped agnoticui css but then realized I needed more changes (so will…
Browse files Browse the repository at this point in the history
… bump again)
  • Loading branch information
Rob Levin committed Sep 16, 2020
1 parent ff8b182 commit 28ca8cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 29 deletions.
11 changes: 0 additions & 11 deletions agnosticui-css/colors.css
Expand Up @@ -24,16 +24,5 @@
--agnosticui-default-gray-dark: #aaaaaa;
--agnosticui-default-dark: #333333;
--agnosticui-default-light: #ffffff;

/* Reset per overrides */
--agnosticui-primary: var(--agnosticui-primary, var(--agnosticui-default-primary));
--agnosticui-secondary: var(--agnosticui-secondary, var(--agnosticui-default-secondary));
--agnosticui-gray-extra-light: var(--agnosticui-gray-extra-light, var(--agnosticui-default-gray-extra-light));
--agnosticui-gray-light: var(--agnosticui-gray-light, var(--agnosticui-default-gray-light));
--agnosticui-gray-mid: var(--agnosticui-gray-mid, var(--agnosticui-default-gray-mid));
--agnosticui-gray-mid-dark: var(--agnosticui-gray-mid-dark, var(--agnosticui-default-gray-mid-dark));
--agnosticui-gray-dark: var(--agnosticui-gray-dark, var(--agnosticui-default-gray-dark));
--agnosticui-dark: var(--agnosticui-dark, var(--agnosticui-default-dark));
--agnosticui-light: var(--agnosticui-light, var(--agnosticui-default-light));
/* Caption, Sub-heading, etc., can be added here */
}
2 changes: 1 addition & 1 deletion agnosticui-css/package.json
@@ -1,6 +1,6 @@
{
"name": "agnosticui-css",
"version": "1.0.1-4",
"version": "1.0.1-5",
"description": "AgnosticUI (css)",
"license": "Apache-2.0",
"main": "./index.html",
Expand Down
16 changes: 0 additions & 16 deletions agnosticui-css/typography.css
Expand Up @@ -23,20 +23,4 @@
--agnosticui-default-body: 16px;
--agnosticui-default-font-weight-bold: 600;
--agnosticui-default-font-weight-light: 300;


/* Reset per overrides */
--agnosticui-font-family: var(--agnosticui-font-family, var(--agnosticui-default-font-family));
--agnosticui-font-family-serif: var(--agnosticui-font-family-serif, var(--agnosticui-default-font-family-serif));
--agnosticui-font-family-mono: var(--agnosticui-font-family-mono, var(--agnosticui-default-font-family-mono));
--agnosticui-line-height: var(--agnosticui-line-height, var(--agnosticui-default-line-height));
--agnosticui-h1: var(--agnosticui-h1, var(--agnosticui-default-h1));
--agnosticui-h2: var(--agnosticui-h2, var(--agnosticui-default-h2));
--agnosticui-h3: var(--agnosticui-h3, var(--agnosticui-default-h3));
--agnosticui-h4: var(--agnosticui-h4, var(--agnosticui-default-h4));
--agnosticui-h5: var(--agnosticui-h5, var(--agnosticui-default-h5));
--agnosticui-h6: var(--agnosticui-h6, var(--agnosticui-default-h6));
--agnosticui-body: var(--agnosticui-body, var(--agnosticui-default-body));
--agnosticui-font-weight-bold: var(--agnosticui-font-weight-bold, var(--agnosticui-default-font-weight-bold));
--agnosticui-font-weight-light: var(--agnosticui-font-weight-light, var(--agnosticui-default-font-weight-light));
}
2 changes: 1 addition & 1 deletion showcase/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"agnosticui-vue": "^1.0.1-2",
"agnosticui-css": "^1.0.1-4",
"agnosticui-css": "^1.0.1-5",
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue-highlightjs": "^1.3.3"
Expand Down
3 changes: 3 additions & 0 deletions showcase/public/index.html
Expand Up @@ -13,6 +13,9 @@
--agnosticui-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Ubuntu", "Fira Sans", Helvetica, "Droid Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--agnosticui-body: 21px;
--agnosticui-font-weight-light: 300;
--agnosticui-h1: var(--agnosticui-default-h1);
--agnosticui-h2: var(--agnosticui-default-h2);
--agnosticui-h3: var(--agnosticui-default-h3);
--agnosticui-h4: 21px;
--agnosticui-h5: 18px;
--agnosticui-h6: 11px;
Expand Down

0 comments on commit 28ca8cf

Please sign in to comment.