diff --git a/README.md b/README.md index 435917f..484cba6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Black Mirror ## Version -v0.3.10 +v0.4.0 ## Badges diff --git a/docs/index.html b/docs/index.html index 4d97470..4aea684 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,5 +1,5 @@ -Flavor-scss - v0.3.10

mixins

functions

is-animation-name

Flavor-scss - v0.4.0

mixins

functions

is-animation-name

@function is-animation-name() { ... }

Description

Checks if animation name is string or css default (inherit, initial)

Parameters

None.

Returns

Bool

Author

  • Black mirror

General

functions

is-transition-time

variables

transitionable-properties

$transitionable-properties: (background, background-color, background-position, background-size, border, border-bottom, border-bottom-color, border-bottom-left-radius, border-bottom-right-radius, border-bottom-width, border-color, border-left, border-left-color, border-left-width, border-right, border-right-color, border-right-width, border-spacing, border-top, border-top-color, border-top-left-radius, border-top-right-radius, border-top-width, bottom, box-shadow, clip, color, column-count, column-gap, column-rule, column-rule-color, column-rule-width, column-width, columns, filter, flex, flex-basis, flex-grow, flex-shrink, font, font-size, font-size-adjust font-stretch font-weight, height, left, letter-spacing, line-height, margin, margin-bottom, margin-left, margin-right, margin-top, max-height, max-width, min-height, min-width, opacity, order, outline, outline-color, outline-offset, outline-width, padding, padding-bottom, padding-left, padding-right, padding-top, perspective, perspective-origin, right, text-decoration-color, text-indent, text-shadow, top, transform, transform-origin, vertical-align, visibility width, word-spacing, z-index);

Description

transition property

transition-timing-functions-names

$transition-timing-functions-names: (steps, cubic-bezier);

Description

transition timing

\ No newline at end of file +}

Used by

variables

transitionable-properties

$transitionable-properties: (background, background-color, background-position, background-size, border, border-bottom, border-bottom-color, border-bottom-left-radius, border-bottom-right-radius, border-bottom-width, border-color, border-left, border-left-color, border-left-width, border-right, border-right-color, border-right-width, border-spacing, border-top, border-top-color, border-top-left-radius, border-top-right-radius, border-top-width, bottom, box-shadow, clip, color, column-count, column-gap, column-rule, column-rule-color, column-rule-width, column-width, columns, filter, flex, flex-basis, flex-grow, flex-shrink, font, font-size, font-size-adjust font-stretch font-weight, height, left, letter-spacing, line-height, margin, margin-bottom, margin-left, margin-right, margin-top, max-height, max-width, min-height, min-width, opacity, order, outline, outline-color, outline-offset, outline-width, padding, padding-bottom, padding-left, padding-right, padding-top, perspective, perspective-origin, right, text-decoration-color, text-indent, text-shadow, top, transform, transform-origin, vertical-align, visibility width, word-spacing, z-index);

Description

transition property

transition-timing-functions-names

$transition-timing-functions-names: (steps, cubic-bezier);

Description

transition timing

\ No newline at end of file