Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pulkit21/ember_blog_post
https://github.com/pulkit21/ember_blog_post
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/pulkit21/ember_blog_post
- Owner: pulkit21
- Created: 2014-11-27T10:58:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T12:27:16.000Z (almost 10 years ago)
- Last Synced: 2023-05-16T20:45:22.537Z (over 1 year ago)
- Language: Ruby
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Include bootstrap sass in ember-cli
* npm install ember-cli-bootstrap-sass --save-dev
* Then go to `app/styles` change `app.css` to `app.scss`
* Then in `App.scss` file include `@import 'bootstrap';`