Questions tagged [bootstrap-sass]

A Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.

Overview

Bootstrap Sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.

Installation

You can install it in a project using:

Usage

Import Bootstrap Sass into a Sass file to get all styles, variables and mixins :

@import "bootstrap";

You can also import components explicitly.

Links

Related tags




304 questions
-1
votes
1 answer

Use `.navbar-fixed-top` for large screens, and `.navbar-static-top` for smaller screens

I'm using Bootstrap on my site, and I have chosen to use a navbar fixed to the top of the screen for navigation on desktop browsers, where there's plenty of screen real-estate available. This is done in bootstrap by using the .navbar-fixed-top class…
Ajedi32
  • 45,670
  • 22
  • 127
  • 172
-2
votes
1 answer

Not sure how to fix this bug

I am trying to convert some less to sass and can't understand how to fix the following bug. This isn't my code it's a clients and I have no clue what they are trying to do. Could someone please help me? How do I fix the following bug? I have spent…
-3
votes
1 answer

javascript selectpicker doesn't work

I'm using bootstrap-sass and i want to use selectpicker for search but it doesn't work !! this is my application.js //= require rails-ujs //= require turbolinks //= require jquery3 //= require jquery_ujs //= require jquery.min.js //= require…
massi
  • 11
  • 1
  • 6
-4
votes
1 answer

difference between Installing bootstrap and including its recommanded files to html file

I'm a beginner in web development and i'm confused,i'm learning Bootsrap by doing a project (develop a portfolio with bootstrap and Sass), the problem is described as follow: 1- we installed nodejs 2- we used the npm to install some packages (Sass /…
1 2 3
20
21