Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated README.md
Update Notes because of the change in option alpha output.
  • Loading branch information
TheDutchCoder committed Aug 3, 2014
1 parent cda72dc commit 3a39578
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -24,8 +24,7 @@ If you want to install this plug-in manually for some reason, simply clone this
## Notes
1. CSS color names (e.g. 'red', 'transparent', etc) are currently not supported (not planning to unless there's a high demand).
2. Whenever possible, the plug-in will output the shorthand hex value (e.g. '#000' instead of '#000000').
3. All 'rgb' and 'hsl' values will always be written as 'rgba' and 'hsla'. Every browser that supports rgb/hsl also supports rgba/hsla, so opaque colors simple get an alpha of 1.0.
4. The output for hsl and alpha channels is in floating point, to ensure a little more accuracy.
3. The output for hsl and alpha channels is in floating point, to ensure a little more accuracy.

## Examples
```css
Expand Down

0 comments on commit 3a39578

Please sign in to comment.