d6b5527498
Because the $static_url scss variable is now available through the scss namespace by default via the settings.py value for STATIC_URL, it is no longer necessary to have an example theme on how to set this manually. Change-Id: I39ddfbd8e574768202233cfff09c8699486b3c01 Closes-Bug: #1478794
12 lines
380 B
YAML
12 lines
380 B
YAML
---
|
|
deprecations:
|
|
- The 'webroot' theme has been removed.
|
|
|
|
fixes:
|
|
- The 'webroot' theme was providing an example of
|
|
how to set the webroot value through SCSS for
|
|
accessing needed static URL prefixes for assets
|
|
like font paths. This value is now retrieved
|
|
directly from the Django settings and is available
|
|
directly in the SCSS namespace via $static_url.
|