mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 18:42:40 +00:00
add letter size snippet
This commit is contained in:
@@ -438,6 +438,15 @@ module.exports = [
|
|||||||
icon : 'fas fa-print',
|
icon : 'fas fa-print',
|
||||||
view : 'style',
|
view : 'style',
|
||||||
snippets : [
|
snippets : [
|
||||||
|
{
|
||||||
|
name : 'US Letter Page Size',
|
||||||
|
icon : 'far fa-file',
|
||||||
|
gen : dedent`/* US Letter Page Size */
|
||||||
|
.page {
|
||||||
|
width : 215.9mm; /* 8.5in */
|
||||||
|
height : 279.4mm; /* 11in */
|
||||||
|
}\n\n`,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name : 'A3 Page Size',
|
name : 'A3 Page Size',
|
||||||
icon : 'far fa-file',
|
icon : 'far fa-file',
|
||||||
|
|||||||
Reference in New Issue
Block a user