mburger-css

A small collection of CSS animated hamburgers. All set up to work out of the box with the mmenu.js plugin.

Usage no npm install needed!

<script type="module">
  import mburgerCss from 'https://cdn.skypack.dev/mburger-css';
</script>

README

mburger CSS

A small collection of CSS animated hamburgers. All set up to work out of the box with the mmenu.js plugin.
Examples

CSS animated hamburgers

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.

Need help? Have a look at the documentation for examples and documentation.

Licence

The mburger CSS is licensed under the CC-BY-4.0 license.

Development

This project uses Gulp(4) to transpile and minify SCSS to CSS. If you are unfamiliar with Gulp, check this tutorial on how to get started.
Run gulp watch in the command-line to put a watch on the files and run all scripts immediately after saving your changes.