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
- Host: GitHub
- URL: https://github.com/tgdev/bootstrap-sass-components
- Owner: tgdev
- Created: 2014-01-15T03:04:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T03:08:55.000Z (over 12 years ago)
- Last Synced: 2025-02-12T14:43:00.676Z (over 1 year ago)
- Language: CSS
- Size: 266 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)