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

Can you post a minimal code snippet demonstrating your problem?

1 Like

At least post the code at the top of your HTML page through the open <body> tag.

1 Like

thanks for your kind response, its working now

2 Likes

Can you tell us what you found was the problem and what you did to fix it?

Sharing your findings may help someone else who visits here.

3 Likes

actually its was working, but my SASS compiler is not set to auto compile mode, when I set sass compiler to auto compile than both sass and bootstrap work fine. I am using scout App for compiling.

1 Like

Thank you for the information, @awaiszaki14. :slight_smile:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.