mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
8 more blending modes added: multiply, screen, overlay, hardlight, difference, exclusion, average & negation.
This commit is contained in:
committed by
Luke Page
parent
6e97b8f694
commit
0a5245b2c3
@@ -71,5 +71,13 @@
|
||||
alpha: rgba(153, 94, 51, 0.6);
|
||||
}
|
||||
#blendmodes {
|
||||
multiply: #ed0000;
|
||||
screen: #f600f6;
|
||||
overlay: #ed0000;
|
||||
softlight: #ff0000;
|
||||
hardlight: #0000ed;
|
||||
difference: #f600f6;
|
||||
exclusion: #f600f6;
|
||||
average: #7b007b;
|
||||
negation: #d73131;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user