vue-calculator-pwa
vue-calculator-pwa copied to clipboard
app.scss: Can't find '/animate.css/animate.min.cs'
Hi,
Thanks for this article (https://codequs.com/p/BJ-S_y3rE/build-a-progressive-web-app-in-vuejs) - I'm just trying to follow along and it looks like "yarn add animation.css" now adds the package in a folder called animation.css and the CSS file has also changed. So for app.scss I think the first line needs to be:
@import "../../../node_modules/animation.css/main.css";