Google Material Design Icons packaged as XStatic.
Go to file
Diana Whitten 05b5b8ce87 xstatic-package for Google's Material Design Icons
MDI provides Google's Material Design Icons in SCSS format
We plan on using this in Horizon to provide a theme that
implements Google's Material Design.

The 'material' theme gives an example of how to make use of a 3rd party theme
using the theming functionality.  In addition to incorporating a theme,
loaded as a static asset using requirements.txt, it also gives examples of how
to cleanly override styles, variables, icon fonts and Django templates.

This theme is replacing 'blue' as the example of how to use a theme other than
'default'.

Partially-Implements: blueprint horizon-theme-css-reorg
Change-Id: I356ce30e64daa13dd9ae8e5ed940b6b15982bd66
2015-08-07 15:47:25 -07:00
xstatic xstatic-package for Google's Material Design Icons 2015-08-07 15:47:25 -07:00
.gitignore xstatic-package for Google's Material Design Icons 2015-08-07 15:47:25 -07:00
.gitreview Added .gitreview 2015-07-31 02:03:07 +00:00
LICENSE xstatic-package for Google's Material Design Icons 2015-08-07 15:47:25 -07:00
MANIFEST.in xstatic-package for Google's Material Design Icons 2015-08-07 15:47:25 -07:00
README.txt xstatic-package for Google's Material Design Icons 2015-08-07 15:47:25 -07:00
setup.py xstatic-package for Google's Material Design Icons 2015-08-07 15:47:25 -07:00

XStatic-mdi
-----------

mdi javascript library packaged for setuptools (easy_install) / pip.

This package is intended to be used by **any** project that needs these files.

It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.

You can find more info about the xstatic packaging way in the package
`XStatic`.