mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-17 21:02:49 +00:00
Change classname from imageMask to imageMaskEdge
This commit is contained in:
@@ -4,7 +4,7 @@ const dedent = require('dedent-tabs').default;
|
||||
module.exports = {
|
||||
edge : ()=>{
|
||||
return dedent`
|
||||
{{imageMask${_.random(1, 8)},--offset:0cm,--rotation:0
|
||||
{{imageMaskEdge${_.random(1, 8)},--offset:0cm,--rotation:0
|
||||
{height:100%}
|
||||
}}
|
||||
<!-- Use --offset to shift the edge up or down from the page center.
|
||||
@@ -13,7 +13,7 @@ module.exports = {
|
||||
|
||||
corner : ()=>{
|
||||
return dedent`
|
||||
{{imageMask_Corner${_.random(1, 8)},--offset:0cm,bottom,left
|
||||
{{imageMaskCorner${_.random(1, 8)},--offset:0cm,bottom,left
|
||||
{height:100%}
|
||||
}}
|
||||
<!-- Use offset to shift the edge up or down.
|
||||
|
||||
Reference in New Issue
Block a user