onokumus / metismenu

A collapsible jQuery menu plugin
https://onokumus.github.io/metismenu/
MIT License
1.96k stars 487 forks source link

Add SCSS styles #181

Open dangelion opened 5 years ago

dangelion commented 5 years ago

Hi could you add the SCSS files? They're useful for many reasons. In all modern projects, SCSS are used in place of CSS. So for correctly importing your library we need SCSS.

You could duplicate metisMenu.css inside src folder to metisMenu.scss and that's all. Your library will be compatible with SCSS projects.

Let me know Thanks