Skip to content

Commit

Permalink
New compilation with all shadow refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Beck committed Mar 28, 2019
1 parent f615174 commit 94e0237
Show file tree
Hide file tree
Showing 8 changed files with 174 additions and 166 deletions.
8 changes: 6 additions & 2 deletions dist/animadio-elements.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! animadio v0.2.5 | https://animadio.org | MIT License */
/*! animadio v0.2.6 | https://animadio.org | MIT License */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

Expand Down Expand Up @@ -365,6 +365,7 @@ template {
:root {
/* Navbar Height */
--navbar-height: 80px;

/* Main Colors */
--black: rgb(15, 15, 15);
--blue: RoyalBlue;
Expand All @@ -375,6 +376,7 @@ template {
--purple: MediumPurple;
--red: Crimson;
--yellow: Gold;

/* Pale Colors */
--chocolate: Chocolate;
--jade: PaleGreen;
Expand All @@ -385,13 +387,15 @@ template {
--tomato: Tomato;
--violet: Violet;
--white: Ivory;

/* Brand Colors */
--facebook: #4267b2;
--github: #24292e;
--linkedin: #0077b5;
--npm: #c12127;
--stackoverflow: #f48024;
--twitter: #1da1f2;

/* Transparent Colors */
--amethyst: rgba(153, 102, 204, 0.5);
--citrine: rgba(228, 208, 10, 0.5);
Expand Down Expand Up @@ -2547,4 +2551,4 @@ pre > *::selection {


/*! Author: Philippe Beck <[email protected]>
Updated: 27th Mar 2019 @ 3:59:41 PM */
Updated: 28th Mar 2019 @ 1:55:54 PM */
8 changes: 6 additions & 2 deletions dist/animadio-grid.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! animadio v0.2.5 | https://animadio.org | MIT License */
/*! animadio v0.2.6 | https://animadio.org | MIT License */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

Expand Down Expand Up @@ -365,6 +365,7 @@ template {
:root {
/* Navbar Height */
--navbar-height: 80px;

/* Main Colors */
--black: rgb(15, 15, 15);
--blue: RoyalBlue;
Expand All @@ -375,6 +376,7 @@ template {
--purple: MediumPurple;
--red: Crimson;
--yellow: Gold;

/* Pale Colors */
--chocolate: Chocolate;
--jade: PaleGreen;
Expand All @@ -385,13 +387,15 @@ template {
--tomato: Tomato;
--violet: Violet;
--white: Ivory;

/* Brand Colors */
--facebook: #4267b2;
--github: #24292e;
--linkedin: #0077b5;
--npm: #c12127;
--stackoverflow: #f48024;
--twitter: #1da1f2;

/* Transparent Colors */
--amethyst: rgba(153, 102, 204, 0.5);
--citrine: rgba(228, 208, 10, 0.5);
Expand Down Expand Up @@ -3308,4 +3312,4 @@ pre > *::selection {


/*! Author: Philippe Beck <[email protected]>
Updated: 27th Mar 2019 @ 3:59:41 PM */
Updated: 28th Mar 2019 @ 1:55:54 PM */
154 changes: 77 additions & 77 deletions dist/animadio-states.css

Large diffs are not rendered by default.

154 changes: 77 additions & 77 deletions dist/animadio.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/min/animadio-elements.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/min/animadio-grid.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/min/animadio-states.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/min/animadio.min.css

Large diffs are not rendered by default.

0 comments on commit 94e0237

Please sign in to comment.