ember-mobile-menu icon indicating copy to clipboard operation
ember-mobile-menu copied to clipboard

can this be used without sass?

Open NullVoxPopuli opened this issue 5 years ago • 2 comments

just reading this page: https://nickschot.github.io/ember-mobile-menu/versions/v2.0.0-beta.1/docs/usage

I don't use sass. is there a way to have the compiled CSS used?

NullVoxPopuli avatar Jun 06 '20 14:06 NullVoxPopuli

It should automatically include the CSS in the vendor bundle in that case. Is that not working? I'd like to move away from SCSS anyway soon and use a PostCSS configuration.

edit: see https://github.com/nickschot/ember-mobile-menu/blob/master/index.js#L17

nickschot avatar Jun 06 '20 21:06 nickschot

do you still need css or postcss in general?

nesting is supported across all browsers now :tada:

NullVoxPopuli avatar Sep 09 '23 16:09 NullVoxPopuli