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
- Host: GitHub
- URL: https://github.com/angeal185/materialize-stylus
- Owner: angeal185
- Created: 2017-04-15T06:07:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T09:02:14.000Z (over 7 years ago)
- Last Synced: 2025-02-06T18:11:41.104Z (3 months ago)
- Topics: materialize, materializecss, materializecss-framework, stylus, stylus-port
- Language: CSS
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.