mirror of
https://github.com/less/less.js.git
synced 2026-02-09 06:25:24 -05:00
Soft light blending mode added.
This commit is contained in:
committed by
Luke Page
parent
6696368eb3
commit
6e97b8f694
@@ -70,3 +70,6 @@
|
||||
#alpha {
|
||||
alpha: rgba(153, 94, 51, 0.6);
|
||||
}
|
||||
#blendmodes {
|
||||
softlight: #ff0000;
|
||||
}
|
||||
|
||||
@@ -77,3 +77,7 @@
|
||||
#alpha {
|
||||
alpha: darken(hsla(25, 50%, 50%, 0.6), 10%);
|
||||
}
|
||||
|
||||
#blendmodes {
|
||||
softlight: softlight(#f60000, #ffffff);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user