Sass is not working with Bootstrap 3.3.7

I am using SASS, Bootstrap 3.3.7 in my project for layout of my website. But problem is that when I link Bootstrap in my head tag than SASS is not working. when I remove bootstrap than SASS is working fine.
Can any buddy help me out.
Thanks in advance

Show code please. Link to codepen?

Sass is working now, But bootstrap is override my style, so Can you please tell me how to include !important flag in SASS?

Here’s the order

Bootstrap (I’m assuming this is hosted on a CDN)
Then your custom CSS files comes after Bootstrap.

That way, your custom CSS classes can override BS’s classes… and not the other way around.

1 Like