horizon/releasenotes/notes/removal-of-webroot-theme-108db1d2f11da449.yaml
Diana Whitten d6b5527498 Webroot Theme is no longer needed
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
2016-02-11 11:58:25 -07:00

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.