Sha256: 1405db350e37bd630bacfd3fb2cce731613649a7b2e4e8b1151ed327eaee77f0
Contents?: true
Size: 1.13 KB
Versions: 6
Compression:
Stored size: 1.13 KB
Contents
![Instacart](http://i.imgur.com/re4LSAn.png) # Beetstrap Shared icons, images, styles, fonts, etc. This is still a work in progress as we transition the consumer app over to these styles. ## Usage Add the gem: ```ruby gem 'beetstrap', git: 'git@github.com:instacart/beetstrap.git' ``` Import beetstrap in your css manifest (`application.scss`): ```scss @import 'beetstrap'; ``` Boom. ## Documentation To build the docs, first run (you'll need to install node/npm as a prerequisite): ```sh npm install ``` After you've installed the dependencies, run: ```sh npm install gulp -g gulp ``` This will watch for file changes and rebuild the site. You can view the docs locally at `http://localhost:8080` ## Why? To give designers and frontend folks an alternative to setting up the Rails app to work on assets/icons/styles/etc. ## Setup - Clone and `cd` into this repo. - Run `bundle install` To test changes against the dummy Rails app: - `cd` into the test app: `cd test/dummy` - Boot the server: `rails s -p 3002` - Visit `http://localhost:3002/` in your browser! ## Copyright Copyright © 2015 Maplebear inc. All Rights Reserved.
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
beetstrap-0.0.7 | README.md |
beetstrap-0.0.6 | README.md |
beetstrap-0.0.5 | README.md |
beetstrap-0.0.4 | README.md |
beetstrap-0.0.3 | README.md |
beetstrap-0.0.2 | README.md |