3.0.0 • Published 10 years ago
bc-css-flags v3.0.0
bc-css-flags 
Installation
Bower
bower install --save bc-css-flagsNPM
npm install --save bc-css-flagsOther (not recommended)
Just download the dist folder.
Usage
The easiet way to get up and running is to keep the dist/ folder structure as is.
By default the styles expect images to be in ../img folder relative to css files.
And this images folder is expected to contain: 1)flags@2x.png. 2)flags.png.
You can change this behavior by importing dist/bc-css-flags.scss into your own Sass files, and changing some of its
variables before importing.
$flagsImagePath: "app/images";
@import "bower_components/bc-css-flags/dist/bc-css-flags.scss"