mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
Adds publish hooks
This commit is contained in:
parent
55c9eef7c2
commit
5fb5b22549
4 changed files with 9 additions and 7 deletions
File diff suppressed because one or more lines are too long
4
animate.css
vendored
4
animate.css
vendored
|
@ -1,11 +1,11 @@
|
|||
|
||||
@charset "UTF-8";
|
||||
/*!
|
||||
* animate.css - https://daneden.github.io/animate.css/
|
||||
* animate.css - https://animate.style/
|
||||
* Version - 3.7.2
|
||||
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
||||
*
|
||||
* Copyright (c) 2020 Daniel Eden
|
||||
* Copyright (c) 2020 Animate.css
|
||||
*/
|
||||
:root {
|
||||
--animate-duration: 1s;
|
||||
|
|
4
animate.min.css
vendored
4
animate.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -24,7 +24,9 @@
|
|||
"precommit": "lint-staged",
|
||||
"docs:library": "npx postcss source/animate.css -o ./docs/animate.min.css --no-map --env production",
|
||||
"docs:pages": "node ./docsSource/index.js",
|
||||
"docs": "npm-run-all docs:library docs:pages"
|
||||
"docs": "npm-run-all docs:library docs:pages",
|
||||
"version": "npm-run-all start docs && git add -A docs animate.css animate.min.css animate.compat.css",
|
||||
"postversion": "git push && git push --tags"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 3%",
|
||||
|
|
Loading…
Reference in a new issue