22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
mburger CSS
|
|
================
|
|
|
|
A small collection of CSS animated hamburgers. All set up to work out of the box with the mmenu.js plugin.<br />
|
|
[Examples](https://www.mmenujs.com/mburger)
|
|
|
|
<img src="https://mmenujs.com/img/preview-mburger.png" alt="CSS animated hamburgers" width="100%" />
|
|
|
|
### Customize the hamburger
|
|
By default, the hamburger adopts to its environment pretty good,
|
|
the bars scale to fit and inherit their color for the parent element.<br />
|
|
|
|
Need help? Have a look at [the documentation](http://mmenujs.com/mburger) for examples and documentation.
|
|
|
|
### Licence
|
|
The mburger CSS is licensed under the [CC-BY-4.0 license](http://creativecommons.org/licenses/by/4.0/).
|
|
|
|
### Development
|
|
This project uses [Gulp(4)](http://gulpjs.com/) to transpile and minify SCSS to CSS.
|
|
If you are unfamiliar with Gulp, check [this tutorial](https://travismaynard.com/writing/getting-started-with-gulp) on how to get started.<br />
|
|
Run `gulp watch` in the command-line to put a watch on the files and run all scripts immediately after saving your changes.
|