mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 22:12:48 +00:00
Remove Console.log and lint
This commit is contained in:
@@ -169,7 +169,6 @@ const mustacheInjectBlock = {
|
|||||||
const match = inlineRegex.exec(src);
|
const match = inlineRegex.exec(src);
|
||||||
if(match) {
|
if(match) {
|
||||||
const lastToken = tokens[tokens.length - 1];
|
const lastToken = tokens[tokens.length - 1];
|
||||||
console.log(lastToken);
|
|
||||||
if(!lastToken || lastToken.type == 'mustacheInjectBlock')
|
if(!lastToken || lastToken.type == 'mustacheInjectBlock')
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ const _ = require('lodash');
|
|||||||
const dedent = require('dedent-tabs').default;
|
const dedent = require('dedent-tabs').default;
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
center :()=>{
|
center : ()=>{
|
||||||
return dedent`
|
return dedent`
|
||||||
{{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0;
|
{{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0;
|
||||||
{height:100%}
|
{height:100%}
|
||||||
|
|||||||
Reference in New Issue
Block a user