8000 Added transparent: rgba(0,0,0,0) as a named color · rusongyu/less.js@f42de9b · GitHub
[go: up one dir, main page]

Skip to content

Commit f42de9b

Browse files
committed
Added transparent: rgba(0,0,0,0) as a named color
1 parent a2df119 commit f42de9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/less/colors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
'teal':'#008080',
141141
'thistle':'#d8bfd8',
142142
'tomato':'#ff6347',
143+
'transparent':'rgba(0,0,0,0)',
143144
'turquoise':'#40e0d0',
144145
'violet':'#ee82ee',
145146
'wheat':'#f5deb3',

0 commit comments

Comments
 (0)
0