alphagov / govuk-docker

GOV.UK development environment using Docker 🐳
MIT License
82 stars 22 forks source link

Use dartsass for publisher css compilation #770

Closed mtaylorgds closed 3 months ago

mtaylorgds commented 3 months ago

What

Change docker compose for Mainstream Publisher to match compilation of CSS using dart-sass. See https://github.com/alphagov/publisher/pull/2278.

Why

We're switching these apps from libsass to dart-sass, and this change is needed to support that.