0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 06:32:39 +00:00
Files
homebrewery/shared/homebrewery/snippets/style/a4.snippet.js

8 lines
92 B
JavaScript

module.exports = {
a4 : ()=>{
return `.phb{
width : 210mm;
height : 296.8mm;
}`;
}
}