Skip to content

Commit

Permalink
Release 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Beck committed Apr 4, 2019
1 parent 9da8200 commit 2259699
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 59 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "animadio/animadio",
"description": "Animadio CSS Framework - Grid & Flexbox Layouts - Reusable & Customizable Elements - Perform Complex Animations - Controls by Radio Buttons - No JavaScript needed or used",
"version": "0.2.18",
"version": "0.2.19",
"type": "framework",
"keywords": [
"css",
Expand Down
27 changes: 15 additions & 12 deletions dist/animadio-elements.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! animadio v0.2.18 | https://animadio.org | MIT License */
/*! animadio v0.2.19 | https://animadio.org | MIT License */

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

Expand Down Expand Up @@ -806,8 +806,8 @@ html {

body {
--global-font-family: serif;
--global-line-height: 1.5;
--global-font-size: 1.5rem;
--global-line-height: 1.6;
--global-font-size: 1.8rem;

margin: 0;
padding: 0;
Expand Down Expand Up @@ -836,36 +836,36 @@ h6 {
}

h1 {
--title-wd-font-size: 3.5rem;
--title-wd-text-transform: uppercase;
--title-wd-font-size: 5rem;
--title-wd-text-transform: capitalize;

font-size: var(--title-wd-font-size);
text-transform: var(--title-wd-text-transform);
}

h2 {
--title-lg-font-size: 3rem;
--title-lg-text-transform: capitalize;
--title-lg-font-size: 3.5rem;
--title-lg-text-transform: none;

font-size: var(--title-lg-font-size);
text-transform: var(--title-lg-text-transform);
}

h3 {
--title-md-font-size: 2.5rem;
--title-md-font-size: 3rem;

font-size: var(--title-md-font-size);
}

h4 {
--title-sm-font-size: 2rem;
--title-sm-font-size: 2.5rem;

font-size: var(--title-sm-font-size);
}

h5,
h6 {
--title-tn-font-size: 1.5rem;
--title-tn-font-size: 2rem;

font-size: var(--title-tn-font-size);
}
Expand Down Expand Up @@ -924,12 +924,15 @@ label {

/***** Code *****/
pre {
--pre-font-family: monospace;
--pre-overflow: scroll;
--pre-pad: 10px;
--pre-selection-bg: var(--jade);
--pre-selection-color: var(--black);

overflow: scroll;
overflow: var(--pre-overflow);
padding: var(--pre-pad);
font-family: var(--pre-font-family);
}

pre > *::selection {
Expand Down Expand Up @@ -2941,4 +2944,4 @@ pre > *::selection {


/*! Author: Philippe Beck <[email protected]>
Updated: 4th Apr 2019 @ 8:08:10 AM */
Updated: 4th Apr 2019 @ 9:03:58 PM */
27 changes: 15 additions & 12 deletions dist/animadio-grid.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! animadio v0.2.18 | https://animadio.org | MIT License */
/*! animadio v0.2.19 | https://animadio.org | MIT License */

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

Expand Down Expand Up @@ -436,8 +436,8 @@ html {

body {
--global-font-family: serif;
--global-line-height: 1.5;
--global-font-size: 1.5rem;
--global-line-height: 1.6;
--global-font-size: 1.8rem;

margin: 0;
padding: 0;
Expand Down Expand Up @@ -466,36 +466,36 @@ h6 {
}

h1 {
--title-wd-font-size: 3.5rem;
--title-wd-text-transform: uppercase;
--title-wd-font-size: 5rem;
--title-wd-text-transform: capitalize;

font-size: var(--title-wd-font-size);
text-transform: var(--title-wd-text-transform);
}

h2 {
--title-lg-font-size: 3rem;
--title-lg-text-transform: capitalize;
--title-lg-font-size: 3.5rem;
--title-lg-text-transform: none;

font-size: var(--title-lg-font-size);
text-transform: var(--title-lg-text-transform);
}

h3 {
--title-md-font-size: 2.5rem;
--title-md-font-size: 3rem;

font-size: var(--title-md-font-size);
}

h4 {
--title-sm-font-size: 2rem;
--title-sm-font-size: 2.5rem;

font-size: var(--title-sm-font-size);
}

h5,
h6 {
--title-tn-font-size: 1.5rem;
--title-tn-font-size: 2rem;

font-size: var(--title-tn-font-size);
}
Expand Down Expand Up @@ -554,12 +554,15 @@ label {

/***** Code *****/
pre {
--pre-font-family: monospace;
--pre-overflow: scroll;
--pre-pad: 10px;
--pre-selection-bg: var(--jade);
--pre-selection-color: var(--black);

overflow: scroll;
overflow: var(--pre-overflow);
padding: var(--pre-pad);
font-family: var(--pre-font-family);
}

pre > *::selection {
Expand Down Expand Up @@ -3315,4 +3318,4 @@ pre > *::selection {


/*! Author: Philippe Beck <[email protected]>
Updated: 4th Apr 2019 @ 8:08:10 AM */
Updated: 4th Apr 2019 @ 9:03:58 PM */
27 changes: 15 additions & 12 deletions dist/animadio-states.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! animadio v0.2.18 | https://animadio.org | MIT License */
/*! animadio v0.2.19 | https://animadio.org | MIT License */

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

Expand Down Expand Up @@ -806,8 +806,8 @@ html {

body {
--global-font-family: serif;
--global-line-height: 1.5;
--global-font-size: 1.5rem;
--global-line-height: 1.6;
--global-font-size: 1.8rem;

margin: 0;
padding: 0;
Expand Down Expand Up @@ -836,36 +836,36 @@ h6 {
}

h1 {
--title-wd-font-size: 3.5rem;
--title-wd-text-transform: uppercase;
--title-wd-font-size: 5rem;
--title-wd-text-transform: capitalize;

font-size: var(--title-wd-font-size);
text-transform: var(--title-wd-text-transform);
}

h2 {
--title-lg-font-size: 3rem;
--title-lg-text-transform: capitalize;
--title-lg-font-size: 3.5rem;
--title-lg-text-transform: none;

font-size: var(--title-lg-font-size);
text-transform: var(--title-lg-text-transform);
}

h3 {
--title-md-font-size: 2.5rem;
--title-md-font-size: 3rem;

font-size: var(--title-md-font-size);
}

h4 {
--title-sm-font-size: 2rem;
--title-sm-font-size: 2.5rem;

font-size: var(--title-sm-font-size);
}

h5,
h6 {
--title-tn-font-size: 1.5rem;
--title-tn-font-size: 2rem;

font-size: var(--title-tn-font-size);
}
Expand Down Expand Up @@ -924,12 +924,15 @@ label {

/***** Code *****/
pre {
--pre-font-family: monospace;
--pre-overflow: scroll;
--pre-pad: 10px;
--pre-selection-bg: var(--jade);
--pre-selection-color: var(--black);

overflow: scroll;
overflow: var(--pre-overflow);
padding: var(--pre-pad);
font-family: var(--pre-font-family);
}

pre > *::selection {
Expand Down Expand Up @@ -6799,4 +6802,4 @@ pre > *::selection {


/*! Author: Philippe Beck <[email protected]>
Updated: 4th Apr 2019 @ 8:08:10 AM */
Updated: 4th Apr 2019 @ 9:03:58 PM */
27 changes: 15 additions & 12 deletions dist/animadio.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! animadio v0.2.18 | https://animadio.org | MIT License */
/*! animadio v0.2.19 | https://animadio.org | MIT License */

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

Expand Down Expand Up @@ -806,8 +806,8 @@ html {

body {
--global-font-family: serif;
--global-line-height: 1.5;
--global-font-size: 1.5rem;
--global-line-height: 1.6;
--global-font-size: 1.8rem;

margin: 0;
padding: 0;
Expand Down Expand Up @@ -836,36 +836,36 @@ h6 {
}

h1 {
--title-wd-font-size: 3.5rem;
--title-wd-text-transform: uppercase;
--title-wd-font-size: 5rem;
--title-wd-text-transform: capitalize;

font-size: var(--title-wd-font-size);
text-transform: var(--title-wd-text-transform);
}

h2 {
--title-lg-font-size: 3rem;
--title-lg-text-transform: capitalize;
--title-lg-font-size: 3.5rem;
--title-lg-text-transform: none;

font-size: var(--title-lg-font-size);
text-transform: var(--title-lg-text-transform);
}

h3 {
--title-md-font-size: 2.5rem;
--title-md-font-size: 3rem;

font-size: var(--title-md-font-size);
}

h4 {
--title-sm-font-size: 2rem;
--title-sm-font-size: 2.5rem;

font-size: var(--title-sm-font-size);
}

h5,
h6 {
--title-tn-font-size: 1.5rem;
--title-tn-font-size: 2rem;

font-size: var(--title-tn-font-size);
}
Expand Down Expand Up @@ -924,12 +924,15 @@ label {

/***** Code *****/
pre {
--pre-font-family: monospace;
--pre-overflow: scroll;
--pre-pad: 10px;
--pre-selection-bg: var(--jade);
--pre-selection-color: var(--black);

overflow: scroll;
overflow: var(--pre-overflow);
padding: var(--pre-pad);
font-family: var(--pre-font-family);
}

pre > *::selection {
Expand Down Expand Up @@ -10409,4 +10412,4 @@ pre > *::selection {


/*! Author: Philippe Beck <[email protected]>
Updated: 4th Apr 2019 @ 8:08:10 AM */
Updated: 4th Apr 2019 @ 9:03:58 PM */
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.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "animadio:animadio",
version: "0.2.18",
version: "0.2.19",
summary: "Animadio CSS Framework - Grid & Flexbox Layouts - Reusable & Customizable Elements",
git: "https://github.com/animadio/animadio.git",
documentation: "README.md"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "animadio",
"version": "0.2.18",
"version": "0.2.19",
"description": "Animadio CSS Framework - Grid & Flexbox Layouts - Reusable & Customizable Elements - Perform Complex Animations - Controls by Radio Buttons - No JavaScript needed or used",
"keywords": [
"css",
Expand Down

0 comments on commit 2259699

Please sign in to comment.