Skip to content

Commit

Permalink
launch time - v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneOri committed Aug 31, 2019
1 parent b80a6ce commit 51c64a5
Show file tree
Hide file tree
Showing 34 changed files with 3,217 additions and 557 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs/
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

# augmented-ui from PropJockey

TODO

Home:
http://augmented-ui.com/

Docs / Tests:
http://augmented-ui.com/test.html

NPM:
https://www.npmjs.com/package/augmented-ui

GitHub:
https://github.com/propjockey/augmented-ui

Install:
`$ npm install augmented-ui`
Then include the `/node_modules/augmented-ui/augmented.css` file before any stylesheets that use it.

OR

Use your favorite NPM CDN and include it on your page before other stylesheets for small projects. Like so:
```html
<link rel="stylesheet" type="text/css" href="https://unpkg.com/augmented-ui/augmented.css">
```
13 changes: 12 additions & 1 deletion augmented.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
--aug-t: 0px;
--aug-t-width: initial;
--aug-t-height: initial;
--aug-t-origin-x: initial;
--aug-t-offset: initial;
--aug-_TWidth: initial;
--aug-_THeight: initial;
--aug-_TPath: initial;
Expand All @@ -99,6 +101,8 @@
--aug-r: 0px;
--aug-r-width: initial;
--aug-r-height: initial;
--aug-r-origin-y: initial;
--aug-r-offset: initial;
--aug-_RWidth: initial;
--aug-_RHeight: initial;
--aug-_RPath: initial;
Expand All @@ -107,6 +111,8 @@
--aug-b: 0px;
--aug-b-width: initial;
--aug-b-height: initial;
--aug-b-origin-x: initial;
--aug-b-offset: initial;
--aug-_BWidth: initial;
--aug-_BHeight: initial;
--aug-_BPath: initial;
Expand All @@ -115,6 +121,8 @@
--aug-l: 0px;
--aug-l-width: initial;
--aug-l-height: initial;
--aug-l-origin-y: initial;
--aug-l-offset: initial;
--aug-_LWidth: initial;
--aug-_LHeight: initial;
--aug-_LPath: initial;
Expand Down Expand Up @@ -1211,6 +1219,9 @@
--aug-inset: initial;
--aug-inset-bg: initial;
--aug-inset-opacity: initial;
--aug-border-radius-fallback: initial;
--aug-border-radius-fallback-inset: initial;
--aug-border-fallback-color: initial;
--aug-_W: var(--aug-border, 0px);
--aug-_D: var(--aug-inset, 0px);
--aug-_WD: calc(var(--aug-_W) + var(--aug-_D));
Expand All @@ -1233,7 +1244,7 @@
);
}

/* -webkit-clip-path is unreliable, fallback removed. Worked on Opera 41 but not in Safari 12.1 on iOS */
/* -webkit-clip-path is unreliable as a css supports test, fallback removed. Worked on Opera 41 but not in Safari 12.1 on iOS */
/* pre chromium Edge, safari, old Opera */
@supports (not (clip-path: polygon(0 0, 100% 0, 50% 50%))) {
/* vvv almost all of the code here avoids this: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17410857/ for 5 layers of inheritance vvv */
Expand Down
File renamed without changes.
Binary file added docs/ancient-browsers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 51c64a5

Please sign in to comment.