alphagov / govuk-frontend-docs

Technical documentation for GOV.UK Frontend
https://frontend.design-system.service.gov.uk/
35 stars 11 forks source link

Warning when importing on Dart Sass #439

Closed Nepomuceno closed 5 months ago

Nepomuceno commented 5 months ago

Importing the scss template hav warnings when using with Dart Sass 2.0

Description of the issue

When you import using Dart Sass you get the following warning

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

You get this errors on settings/_measurements.scss

Steps to reproduce the issue

using dart.sass compile the scss files.

Actual vs expected behaviour

No warnings would be show.

Environment (where applicable)

Any that run Dart Sass

Nepomuceno commented 5 months ago

Sorry submited this in the wrong repo