An open API service indexing awesome lists of open source software.

https://github.com/angeal185/materialize-stylus

stylus port of materialize css v0.98.2
https://github.com/angeal185/materialize-stylus

materialize materializecss materializecss-framework stylus stylus-port

Last synced: 3 months ago
JSON representation

stylus port of materialize css v0.98.2

Awesome Lists containing this project

README

        

# materialize-stylus
stylus port of materialize css

### Installation

bower:
```sh
$ bower install materialize-stylus --save-dev
```

### info
A complete, fully functional and unaltered convert of materialize.css to stylus.
No learning curve and no repeats. build it how you want it or just use it as an easy way to exclude unused css.

### Instructions
materialize.css has been converted, broken down into smaller .styl includes and the include files are named accordingly.

Simply edit as you see fit, comment out or remove unwanted includes in `materialize.styl` file then compile.

````
stylus materialize.styl
````

done.