@dreamonkey/quasar-app-extension-animate
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "@dreamonkey/quasar-app-extension-animate", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Extend Quasar animation system", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"scripts": { | ||
"build": "rm -rf dist && tsc --declaration --declarationDir dist/types && copyfiles -f src/css/animations.scss dist", | ||
"build": "rm -rf dist && tsc --declaration --declarationDir dist/types && copyfiles -f src/css/animations.scss src/css/animations-utilities.scss dist", | ||
"install-build-clean": "yarn install && yarn build && rm -rf node_modules", | ||
@@ -22,0 +22,0 @@ "test": "echo \"No test specified\" && exit 0", |
@@ -16,4 +16,5 @@ # Quasar animation system extension | ||
This AE contains many variables and functions you can use to make your style definitions more readable and coherent. | ||
It provides the most used durations and commonly used easing functions so import it in the SCSS variables file: | ||
This AE contains many variables, functions and utility classes you can use to make your style definitions more readable and coherent. | ||
It provides the most used durations and commonly used easing functions. | ||
Utility classes are automatically registered by the AE, but you need to import the variables and functions in your Quasar SCSS variables file to make them available in the style tag of all your components: | ||
@@ -20,0 +21,0 @@ ```scss |
@@ -12,3 +12,3 @@ /** | ||
conf.css.push( | ||
"~@dreamonkey/quasar-app-extension-animate/src/css/animations.scss" | ||
"~@dreamonkey/quasar-app-extension-animate/src/css/animations-utilities.scss" | ||
); | ||
@@ -15,0 +15,0 @@ conf.build.transpileDependencies.push( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28441
25
254
0