Browse Source

Added "transparent" color

v1.x
Tj Holowaychuk 14 years ago
parent
commit
8d45034b59
  1. 3
      lib/colors.js

3
lib/colors.js

@ -6,7 +6,8 @@
*/
module.exports = {
aliceblue: '#f0f8ff'
transparent: 'rgba(255,255,255,0)'
, aliceblue: '#f0f8ff'
, antiquewhite: '#faebd7'
, aqua: '#00ffff'
, aquamarine: '#7fffd4'

Loading…
Cancel
Save