Using @snowpack/plugin-sass with @fortawesome #3656
Unanswered
isanchezd
asked this question in
Troubleshooting
Replies: 1 comment
-
Hi! I try to change the plugin from The main diference between the plugins are the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
First of all, sorry if this post doesn´t belong here. This is my first interaction with an open source repo and i am not sure if this is the correct place.
I have a problem with the plugin snowpack/plugin.sass and the fortawesome library.
When i execute the command
snowpack dev
I have found some errors type:
Error: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(20em, 16)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
12 │ $fa-fw-width: (20em / 16);
│ ^^^^^^^^^
╵
node_modules/@fortawesome/fontawesome-free/scss/_variables.scss 12:25
@import ../../node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss 5:9
@import - 9:9
Those errors are from the styles on fortawesome library.
I think that the problem has to be with the internal sass version on the snowpack/plugin-sass and my version of fortawesome.
Anybody has problem with fortawesome library and this plugin?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions