An open API service indexing awesome lists of open source software.

https://github.com/tgdev/bootstrap-sass-components

Yet another Sass bootstrap package but only contains the framework's assets (sass, js, fonts) ready to by installed into any project type
https://github.com/tgdev/bootstrap-sass-components

Last synced: 9 months ago
JSON representation

Yet another Sass bootstrap package but only contains the framework's assets (sass, js, fonts) ready to by installed into any project type

Awesome Lists containing this project

README

          

#Bootstrap-sass-components

*Yet another Sass bootstrap package but only contains the framework's assets (sass, js, fonts) ready to by installed into any project type*

The purpose of this package is to simply provide only the dev assets that can be imported into a project any way you choose.

##Usage

Clone repo: `git clone git://github.com/tgdev/bootstrap-sass-components.git.

Install the package via bower: `bower install boostrap-sass-components`

Add to existing bower.json

```
{
"name": "package",
"version": "0.0.0",
"dependencies": {
"bootstrap-sass-components": "~0.1.0"
}
}
```

##Bower

Bower cannot concat, build or add these assets to your html, it simply fetches the specified package from an external location like this here git repo.

More info on bower can be found at [http://bower.io](http://bower.io)