Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!!!