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

https://github.com/reimertz/movie-colors


https://github.com/reimertz/movie-colors

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

![](flag-colors.png)

flag-colors is a collection of colors works available in sass, less, stylus and css

##Installation

```
npm install flag-colors
bower install flag-colors
```

##Usage

####scss
```scss
@import 'bower_components/flag-colors/dist/latest/scss/flag-colors.latest.scss'

.a-div {
color: $sweden;
}
```
####less
```css
@import 'bower_components/flag-colors/dist/latest/less/flag-colors.latest.less'

.a-div {
color: @sweden;
}
```
####sass
```sass
@import 'bower_components/flag-colors/dist/latest/scss/flag-colors.latest.sass'

.a-div
color: $sweden
```
####stylus
```css
@import 'bower_components/flag-colors/dist/latest/stylus/flag-colors.latest.styl'

.a-div {
color: $sweden;
}
```
####css

```html
`

This text is sweden-blue

This div has a sweden-blue background

```

###Run flag-colors.com locally
If you want to work on the static homepage, just run the following commands
and you will get a live-reloading server listening for changes in /app
and flagColors.js
```bash
npm install
gulp dev
```
###Flags
[Full list of colors](https://github.com/reimertz/flag-colors/blob/master/data/flagColors.json)

---
> [reimertz.co](http://reimertz.co)  · 
> GitHub [@reimertz](https://github.com/reimertz)  · 
> Twitter [@reimertz](https://twitter.com/reimertz)