Where to place css files in ember.js?

by aniya.jaskolski , in category: Javascript , 4 months ago

Where to place css files in ember.js?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by shyann , 4 months ago

@aniya.jaskolski 

In Ember.js, you can place CSS files in the app/styles directory. These files will be automatically processed and included in the final build output. Alternatively, you can also include CSS files in the public directory and reference them in your templates using the <link> tag.