diff --git a/package-lock.json b/package-lock.json index 057ccf5c..38a91fc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rolemodel/optics", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rolemodel/optics", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "modern-css-reset": "^1.4.0", diff --git a/package.json b/package.json index 36449202..b014e3bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rolemodel/optics", - "version": "0.3.0", + "version": "0.3.1", "description": "Optics is an scss package that provides base styles and components that can be integrated and customized in a variety of projects.", "main": "dist/scss/optics.scss", "scripts": { diff --git a/src/components/flash.scss b/src/components/flash.scss index 856e438a..bb5472a4 100644 --- a/src/components/flash.scss +++ b/src/components/flash.scss @@ -12,7 +12,7 @@ border-radius: var(--op-radius-small); border-left-width: var(--op-border-width-x-large); border-left-style: solid; - animation: var(--op-transition-flash); + animation: var(--op-animation-flash); background: var(--op-color-background); box-shadow: var(--op-shadow-x-small); color: var(--op-color-on-background);