-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Hello everyone,
I working on a project that has a version of animate-sass in a physical form but I try to pass that inside my node_modules with yarn them execute one task for generating all my styles but I see a problem because my re-write classes don't recognize the include sentence. How can I fix that problem?
//This is my variable content inside my _variable.scss
$use-fadeInLeft: true !default;
$use-fadeInUp: true !default;
$use-fadeInDown: true !default;
$use-fadeOutRight: true !default;
$use-flash: true !default;
//This is a part of the content inside my mobile.scss
@import "../../global/_variables";
@import '../../../../node_modules/animate-sass/_animate';
@import "../../global/_animations";
My little code that shows that problem is this one:
.fadeInLeftEffect {
@include fadeInLeft(
$duration: 2s,
$count: 1,
$delay: .5s,
$function: ease,
$fill: both
);
}
Anyone that could help me to fix this problem, please.
Metadata
Metadata
Assignees
Labels
No labels