diff --git a/commands.md b/commands.md index a29d66c..16ed772 100644 --- a/commands.md +++ b/commands.md @@ -12,4 +12,10 @@ +### prod + `s3deploy -source=./dist -region=eu-west-1 -bucket=prod-onmyojideckbuilder-origin -distribution-id=E8811LTEVQX71` + +### dev + +`s3deploy -source=./dist -region=eu-west-1 -bucket=dev-onmyojideckbuilder-origin -distribution-id=E26QN6RRQRWYWL` diff --git a/snippets b/snippets new file mode 100644 index 0000000..a16d4d4 --- /dev/null +++ b/snippets @@ -0,0 +1,5 @@ +:ma-0="$vuetify.breakpoint.mdAndDown" + + @media #{map-get($display-breakpoints, 'md-and-down')} + .custom-class + display: none