Skip to content

Commit

Permalink
Merge pull request #176 from philippebeck/dev
Browse files Browse the repository at this point in the history
Release 5.7.1
  • Loading branch information
philippebeck authored Feb 26, 2023
2 parents 1a259a1 + bce3b44 commit 1d1d493
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 2,777 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.vscode/
node_modules/
src/css/
src/main.css
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function(grunt) {
footer: "\n/* Author: <%= pkg.author.name %> <<%= pkg.author.email %>>\n Updated: <%= grunt.template.today('dS mmm yyyy @ h:MM:ss TT') %> */"
},
css: {
src: ["node_modules/normalize.css/normalize.css", "src/css/main.css"],
src: ["node_modules/normalize.css/normalize.css", "src/main.css"],
dest: "dist/animadio.css"
}
},
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

## CDN

- Development : [https://cdn.jsdelivr.net/npm/[email protected].0/dist/animadio.css](https://cdn.jsdelivr.net/npm/[email protected].0/dist/animadio.css)
- Production : [https://cdn.jsdelivr.net/npm/[email protected].0/dist/animadio.min.css](https://cdn.jsdelivr.net/npm/[email protected].0/dist/animadio.min.css)
- Development : [https://cdn.jsdelivr.net/npm/[email protected].1/dist/animadio.css](https://cdn.jsdelivr.net/npm/[email protected].1/dist/animadio.css)
- Production : [https://cdn.jsdelivr.net/npm/[email protected].1/dist/animadio.min.css](https://cdn.jsdelivr.net/npm/[email protected].1/dist/animadio.min.css)

---

Expand Down
26 changes: 13 additions & 13 deletions dist/animadio.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! animadio v5.7.0 | https://animadio.org | MIT License */
/*! animadio v5.7.1 | https://animadio.org | MIT License */

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

Expand Down Expand Up @@ -489,13 +489,13 @@ h6 {
--ani-title-text-transform: capitalize; }

a {
--ani-link-outline: 0;
--ani-link-text-decoration: none; }
--ani-a-outline: 0;
--ani-a-text-decoration: none; }

ul {
--ani-list-margin: 0 0 10px;
--ani-list-padding: 0;
--ani-list-style: none; }
--ani-ul-margin: 0 0 10px;
--ani-ul-padding: 0;
--ani-ul-style: none; }

table {
--ani-table-border-collapse: collapse;
Expand Down Expand Up @@ -763,14 +763,14 @@ h6 {
font-size: var(--ani-title-font-size); }

a {
-webkit-text-decoration: var(--ani-link-text-decoration);
text-decoration: var(--ani-link-text-decoration);
outline: var(--ani-link-outline); }
-webkit-text-decoration: var(--ani-a-text-decoration);
text-decoration: var(--ani-a-text-decoration);
outline: var(--ani-a-outline); }

ul {
margin: var(--ani-list-margin);
padding: var(--ani-list-padding);
list-style: var(--ani-list-style); }
margin: var(--ani-ul-margin);
padding: var(--ani-ul-padding);
list-style: var(--ani-ul-style); }

table {
margin: var(--ani-table-margin);
Expand Down Expand Up @@ -3113,4 +3113,4 @@ button,
animation-direction: alternate-reverse; }

/* Author: Philippe Beck <[email protected]>
Updated: 19th Feb 2023 @ 12:12:05 AM */
Updated: 26th Feb 2023 @ 6:23:27 PM */
2 changes: 1 addition & 1 deletion dist/animadio.min.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ h6 {
--ani-title-text-transform: capitalize; }

a {
--ani-link-outline: 0;
--ani-link-text-decoration: none; }
--ani-a-outline: 0;
--ani-a-text-decoration: none; }

ul {
--ani-list-margin: 0 0 10px;
--ani-list-padding: 0;
--ani-list-style: none; }
--ani-ul-margin: 0 0 10px;
--ani-ul-padding: 0;
--ani-ul-style: none; }

table {
--ani-table-border-collapse: collapse;
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": "5.7.0",
"version": "5.7.1",
"description": "Animadio Framework - Grid & Flexbox Layouts - Reusable & Customizable Elements - Perform Complex Animations - Controls by Radio Buttons",
"keywords": [
"css library",
Expand Down
Loading

0 comments on commit 1d1d493

Please sign in to comment.