evoactivity / ember-fast-marquee

A lightweight Ember component that uses CSS animations to create silky smooth marquees. Inspired by https://github.com/justin-chu/react-fast-marquee
MIT License
7 stars 0 forks source link

Request: Add ember-cli-sass support #104

Open eelke opened 11 months ago

eelke commented 11 months ago

See https://github.com/adopted-ember-addons/ember-cli-sass#addon-development

evoactivity commented 11 months ago

I don't think v2 addons will be able to do this, everything needs to be compiled ahead of time.

You should be able to import the compiled CSS into your sass files though.

Something like the following should work in sass setup that can import from node_modules.

@import "ember-fast-marquee/marquee";