creativecommons / chooser

The new and improved CC license selection tool.
https://chooser-beta.creativecommons.org
MIT License
98 stars 123 forks source link

[Bug] Deprecation Warnings when compiling the Build Version of Chooser #380

Closed MuluhGodson closed 2 years ago

MuluhGodson commented 2 years ago

Description

When building Chooser, there are several deprecation warnings related to the SASS files imported via Bulma and Vocabulary.

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Reproduction

  1. npm install
  2. npm run build
  3. See error.

Expectation

Should build without warnings

Additional context

While we may update the new vocabulary-styles package to rid these warnings, the warnings stemming from Bulma may potentially remain unresolved but this is not a long term problem since in our project pipeline we will subsequently be deprecating Bulma.

Resolution

brylie commented 2 years ago

Added this to the post-launch milestone since it doesn't currently block development.

brylie commented 2 years ago

@MuluhGodson, let's see if this issue is resolved by #355