Anidetrix / rollup-plugin-styles

🎨 Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more.
https://anidetrix.github.io/rollup-plugin-styles
MIT License
242 stars 43 forks source link

warning about google fonts #140

Closed mnlbox closed 3 years ago

mnlbox commented 3 years ago

Hi @Anidetrix , I got this error on my build process:

(!) Plugin styles: Unresolved `@import` in `@import url("https://fonts.googleapis.com/css?family=Gudea:400,700")`

I used google font in some of my scss files. Do I need to set any options to solve this?

rchl commented 3 years ago

Maybe try with import: false option.

mnlbox commented 3 years ago

@rchl No, it does not fix the problem

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 3.12.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: