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
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
//This is a part of the content inside my mobile.scss
And the error is this:
My little code that shows that problem is this one:
Anyone that could help me to fix this problem, please.