Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrvautin/matstrap
https://github.com/mrvautin/matstrap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrvautin/matstrap
- Owner: mrvautin
- License: mit
- Created: 2018-03-11T20:18:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T20:35:40.000Z (almost 7 years ago)
- Last Synced: 2024-11-19T20:51:13.983Z (about 1 month ago)
- Language: CSS
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.