Where to place css files in ember.js?

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

Where to place css files in ember.js?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by shyann , 9 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.

Related Threads:

How to place images dynamically in tailwind css?
How to place multiple items in a grid column cell using tailwind css?
How to build separated css files from sass files using vite?
How to require .css, .js files inside html file in webpack?
Where to place javascript functions in wordpress?
How to conditionally apply css classes in ember.js?