bootstrap-sass Questions
6
Solved
I am trying to create custom bootstrap by importing only the required components into a style.scss file from bootstrap sass. However, I get a chain of many Deprecation Warnings when I import and co...
Truong asked 24/5, 2021 at 16:10
7
Solved
I'm using the Flexy template (using bootstrap) and I can't get the shown.bs.tab event on tab to work.
I've managed to make it work on JSFiddle.
Here is the code I use in my template that produce ...
Kunkle asked 26/5, 2015 at 20:18
4
Solved
all roads point to bootstrap-sass
Referral chain:
railscast-328 (twitter bootstrap basics) refers to
http://www.sitepoint.com/twitter-bootstrap-less-and-sass-understanding-your-options-for-rail...
Seventy asked 20/2, 2014 at 15:4
2
Solved
I'm starting my first rails project. In this project I will be using Bootstrap and SASS. I want to avoid (for the most part) putting style-related classes into my HTML, as explained in this post:
...
Discernment asked 5/7, 2015 at 16:27
4
Solved
I just installed a fresh Laravel 5.4, and bootstrap 4 alpha 6. Laravel mix wont compile SASS:
Here is one error:
Module build failed: ModuleBuildError: Module build failed:
$input-height: (($fon...
Anaya asked 24/4, 2017 at 14:28
2
Solved
What is the consequential difference between adding
//= require bootstrap-sprockets
and
//= require bootstrap
to application.js?
The documentation says:
bootstrap-sprockets provides ind...
Helve asked 1/11, 2015 at 14:9
0
I'm running a grunt build on a project that uses bootstrap-sass. I've installed bootstrap-sass using npm locally in the project folder and doing a global install. No matter what I get the following...
Kellby asked 2/5, 2018 at 1:37
4
Solved
This is an Awesome place. I hope to be competent enough soon to contribute solutions.
Please, somebody help!!?!
I have watched hours of youtube and read every post about asset pipeline pre-compilat...
Bramlett asked 1/1, 2018 at 6:13
3
Solved
I bootstrapped the Angular 2 app using angular-cli. Everything was easy-peasy until I decided to use bootstrap modal. I simply copied the code for opening the modal from our other project that does...
Cupping asked 26/7, 2017 at 23:55
3
Solved
I am using angular-cli: 1.0.0-beta.19-3 with node: v5.11.1
In my angular-cli.json file, i have set the global style file extension to .scss.
Here is my styles file.
angular2/src/styles.scss
...
Raul asked 10/11, 2016 at 11:14
8
I am trying to setup bootstrap on Rails4 using bootstrap-sass and I am getting this famous error:
Sprockets::FileNotFound - couldn't find file 'bootstrap'
(in app/assets/javascripts/application.j...
Shoplifter asked 3/2, 2014 at 2:58
1
Solved
Is there something else that needs to be referenced/configured when upgrading the bootstrap-sass gem to ~> 3.2.0?
Using RubyMine 6.3 as the editor and the following in the Gemfile:
ruby '2.1....
Misdemean asked 24/7, 2014 at 16:26
2
Solved
I am using bootstrap-sass. The node module is installed. I should expect I can, in any .scss file, use the below line to import into an appropriate sheet
@import 'bootstrap';
My understanding is...
Sauerkraut asked 6/1, 2017 at 17:53
3
I'm just getting started with Vue.js + Webpack + vue-loader + bootstrap-sass + sass-loader and I'm a little lost.
What I'd like to do is use the SASS version of bootstrap with my SPA Vue.js code....
Goahead asked 10/2, 2016 at 6:18
4
Solved
I'm trying to create new Twitter Bootstrap buttons in my Rails app so I don't have to override the old ones. Using the Bootstrap-Sass gem, I've figured out how to override the default buttons like ...
Grainfield asked 3/6, 2013 at 15:25
3
Solved
I had to choose from bootstrap-sass and twitter-bootstrap-rails and I've opted for the first as per suggestions on the web.
However, I see that twitter-bootstrap-rails gem has some generators for ...
Medium asked 5/8, 2013 at 17:3
2
Im following the instrtuctions on the bootstrap-sass-loader page
in my package.json I got
"bootstrap-sass": "^3.3.6",
"bootstrap-sass-loader": "^1.0.9"
this is my webpack.config.js
module.expo...
Ban asked 10/12, 2015 at 22:39
3
Solved
I've integrated bootstrap into my app using bootstrap-sass. The app works fine on my local machine, but when I go to deploy via capistrano, I get this error:
Undefined variable: "$baseLineHeight"....
Selective asked 28/3, 2012 at 21:30
1
Solved
I've got a strange issue using bootstrap-sass and bootstrap-multiselect.
Seems like bootstrap-sass event handlers block multiselect handlers for dropdown etc.
This packages installed via bower:
'...
Disparagement asked 13/2, 2016 at 9:47
4
Solved
I recently started using bootstrap SCSS on my node project. So I have app/bower_components/bootstrap-sass/lib/_glyphicons.scss for example.
Looking at my CSS output I see things like:
@media -sas...
Kraus asked 18/10, 2013 at 10:0
1
Solved
Im trying to precompile assets for production. Unless I include the bootstrap and font-awesome assets as static files (or host from CDN) sass-rails fails when trying to compile assets on prod...
Damson asked 4/11, 2014 at 0:49
1
Solved
I have a Rails app where I’m using the bootstrap-sass gem which lists autoprefixer-rails as a dependency.
I don’t quite understand how to get Autoprefixer to prefix my app’s CSS. Do I need some as...
Wilburn asked 29/8, 2015 at 7:15
3
Solved
After updating my bootstrap-sass gem to 3.1.0 to take advantage of the new sizing options on modals (.modal-lg and .modal-sm), I've been unable to get the styling to be applied. My code is as follo...
Preconcerted asked 1/2, 2014 at 20:57
1
Solved
I have a WordPress theme that I'm building with Bootstrap Sass source. The styles are working, but most of the glyphicons aren't (only asterisk and plus). I'm compiling my Bootstrap to the style.cs...
Jordon asked 1/2, 2015 at 20:46
8
Solved
I have deployed an app to Heroku with one issue I can't seem to get figured out. The CSS for the app via Bootstrap-sass does not load up thus I have an un-styled app. At the moment this is just a c...
Upturn asked 29/4, 2013 at 5:24
1 Next >
© 2022 - 2025 — McMap. All rights reserved.