Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4827

Best practices to import Bootstrap theme

$
0
0

@Motocarota wrote:

Hello there

This is my first project with Ember.js and I'm following this tutorial as starting point to my project. I was asking myself what are the best practices to apply a bootstrap theme.

I am currently using Bootstrap-Sass "3.3.6" and the theme I want to use is https://github.com/puikinsh/gentelella and I installed it through bower.

bower install gentelella --save

If I get it right I must import this file in my ember-cli-build.js file with app.import command like this:

app.import('bower_components/gentelella/build/css/custom.min.css')

Yet no difference in my html documents can be seen. Neither in my network section.

I think that maybe I should add to my style.scss file an import statement, but I don't know where should I make it point to...

So, how do you import a bootstrap theme? Anyone can give some help?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4827

Trending Articles