Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudeofawesome/material-css
A set of pure CSS Material Design styles
https://github.com/dudeofawesome/material-css
List: material-css
Last synced: about 8 hours ago
JSON representation
A set of pure CSS Material Design styles
- Host: GitHub
- URL: https://github.com/dudeofawesome/material-css
- Owner: dudeofawesome
- License: mit
- Created: 2015-02-15T02:40:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T21:37:21.000Z (over 7 years ago)
- Last Synced: 2024-11-12T07:53:33.264Z (7 days ago)
- Language: CSS
- Homepage: https://dudeofawesome.github.io/material-css/
- Size: 685 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MaterialCSS
A set of pure CSS Material Design styles[![demo/screen-shot.png](demo/screen-shot.png)](https://dudeofawesome.github.io/MaterialCSS/)
Demo - https://dudeofawesome.github.io/MaterialCSS/
How to use:
1. Import material.scss into your main SASS stylesheet
```SASS
@import 'material';
```1. Set your color scheme in _colors.scss
1. Apply the appropriate classes to each element you want styled```HTML
```
Switches need a little bit of extra work
```HTML
```
1. ????
1. PROFIT!!!