Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrvautin/matstrap


https://github.com/mrvautin/matstrap

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Matstrap

Sometimes you want to switch from Boostrap to [Material](https://material.io) design without rewriting all your markup. Welcome, **Matstrap**.

Just drop in the CSS and use all the existing Bootstrap syntax for grids, typography, buttons, modals etc.

``` html

```

### Demo

See Demo [here](https://matstrap.markmoffat.com/demo.html).

### Preview

![Preview](https://matstrap.markmoffat.com/matstrap-screenshot.png)

### Developing

You can either run with the details color scheme or roll your own. You can adjust the colors in the `matstrap.scss` file and build using `$ gulp sass`. You can also run `$ gulp sass:watch` to have the changes compiled on saves. Running `$ gulp build` will compile the Sass and minify. The minified file will be found in `/dist/matstrap.min.css`.

### Docs

Coming soon.