basscss-color-base
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "basscss-color-base", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Base element color styles module for Basscss", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -7,2 +7,28 @@ # Basscss Color Base | ||
## Buttons | ||
Default buttons have a blue background. Use color utilities to alter the appearance. | ||
```html | ||
<button class="button mb1">Button</button> | ||
<button class="button mb1 bg-black">Button</button> | ||
<button class="button mb1 bg-gray">Button</button> | ||
<button class="button mb1 black bg-silver">Button</button> | ||
<button class="button mb1 black bg-aqua">Button</button> | ||
<button class="button mb1 bg-navy">Button</button> | ||
<button class="button mb1 bg-teal">Button</button> | ||
<button class="button mb1 bg-green">Button</button> | ||
<button class="button mb1 bg-olive">Button</button> | ||
<button class="button mb1 bg-lime">Button</button> | ||
<button class="button mb1 black bg-yellow">Button</button> | ||
<button class="button mb1 bg-orange">Button</button> | ||
<button class="button mb1 bg-red">Button</button> | ||
<button class="button mb1 bg-fuchsia">Button</button> | ||
<button class="button mb1 bg-purple">Button</button> | ||
<button class="button mb1 bg-maroon">Button</button> | ||
<button class="button mb1 black bg-darken-1">Button</button> | ||
<button class="button mb1 black bg-darken-2">Button</button> | ||
<button class="button mb1 black bg-darken-3">Button</button> | ||
<button class="button mb1 bg-darken-4">Button</button> | ||
``` | ||
## Default Variables | ||
@@ -9,0 +35,0 @@ Uses colors from [mrmrs/colors](//clrs.cc) in addition to these defaults: |
Sorry, the diff of this file is not supported yet
3523
48