Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: switch from libsass-python to dart-sass #31593

Closed
wants to merge 5 commits into from
Closed

build: switch from libsass-python to dart-sass #31593

wants to merge 5 commits into from

Conversation

kdmccormick
Copy link
Member

Description

TBD

Supporting information

Part of openedx-unsupported/wg-developer-experience#150

Testing instructions

TBD

Deadline

TBD

Other information

TBD

kdmccormick and others added 5 commits January 18, 2023 23:44
Original contents:

chore: update libsass to v0.20.1

Updating libsass to latest.  Libsass is now stricter about undefined placeholder mixins, and so we had to mark a bunch of broken code as !optional.

We had upgraded libsass until it broke with this version: https://github.com/sass/libsass/releases/tag/3.3.3

That release of libsass included a fix for a missing error on undefined placeholders.

Our code was always wrong, now it just complains.  This PR fixes it.

fix: some more extend issues

fix: add needed functions before bootstrap variables

No longer rely on themes to import bootstrap functions
@kdmccormick
Copy link
Member Author

It looks like any newer compiler will raise many errors for our SCSS code, which we can't fix right now. Closed in favor of #31616.

@kdmccormick kdmccormick deleted the kdmccormick/dart-sass branch January 25, 2023 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants