mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 12:52:42 +00:00
Column split now a key word
This commit is contained in:
12
shared/homebrewery/snippets/style/bg.snippet.js
Normal file
12
shared/homebrewery/snippets/style/bg.snippet.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
dmg : ()=>{
|
||||
return `.phb{
|
||||
background-image: url('/assets/homebrewery/phb_style/img/dmg_bg.jpg');
|
||||
}`;
|
||||
},
|
||||
dark: ()=>{
|
||||
return `.phb{
|
||||
background-image: url('/assets/homebrewery/phb_style/img/phb_dark_bg.jpg');
|
||||
}`;
|
||||
}
|
||||
}
|
||||
@@ -2,5 +2,6 @@ const _ = require('lodash');
|
||||
|
||||
module.exports = _.merge(
|
||||
require('./ink.snippet.js'),
|
||||
require('./a4.snippet.js')
|
||||
require('./a4.snippet.js'),
|
||||
require('./bg.snippet.js')
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user