Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Possible to install just Bootstrap CSS with Bower?

Tags:

Starting a new Angular project via Yeoman asks if you want to include Twitter Bootstrap (I'm using Sass flavor). Doing so includes both the styles and scripts. However, I want to use UI Bootstrap instead of Bootstrap's scripts (which depend on jQuery).

So, is it possible to install only Bootstrap's styles (preferably in Sass) with Bower? Or do I just need to download and include the Bootstrap styles manually?

like image 466
Brian Avatar asked Jan 08 '14 21:01

Brian


People also ask

Can I use bootstrap without installing?

Bootstrap CDN If you don't want to download and host Bootstrap yourself, you can include it from a CDN (Content Delivery Network).

Can you use bootstrap with CSS?

How to Use Bootstrap CSS. In order to use Bootstrap CSS, you need to integrate it into your development environment. To do that, you simply need to create a folder on your computer. In that folder, save your compiled CSS and JS files and a new HTML file where you'll load Bootstrap.

What is a bower bootstrap?

Bootstrap Bower. Bower is a popular package manager to help you quickly deploy components. In this article I'm going to show you how to install Bower and how to use it to install Bootstrap.


1 Answers

I know one CSS-only Bootstrap packages in Bower: bootstrap-css-only; However it comes with precompiled CSS but not SASS.

like image 75
tungd Avatar answered Dec 04 '22 03:12

tungd