vue-calculator-pwa icon indicating copy to clipboard operation
vue-calculator-pwa copied to clipboard

app.scss: Can't find '/animate.css/animate.min.cs'

Open Paul-Hadfield opened this issue 6 years ago • 0 comments

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";

Paul-Hadfield avatar Mar 06 '19 11:03 Paul-Hadfield