-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dkaplan1/APER-3779_remove-legacy-track-sel…
…ection-page
- Loading branch information
Showing
2 changed files
with
1 addition
and
63 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -188,7 +188,7 @@ def compile_sass_dir( | |
Eventually, we may eschew libsass-python altogether by switching to [email protected], a direct CLI for [email protected]. | ||
(ref: https://github.com/sass/sassc). This would be nice because it would allow us to remove Python from the | ||
Sass build pipeline entirely. However, it would mean explicitly compiling & installing both libsass and SassC | ||
within the edx-platform Dockerfile, which has its own drawbacks. | ||
within the edx-platform build environment, which has its own drawbacks. | ||
""" | ||
# Constants from libsass-python | ||
SASS_STYLE_NESTED = 0 | ||
|