You can also set them in your settings file. Variable offsets will be automatically inserted into the column system.
We strongly recommend using it as an exception.
If you want the same offsets on all sides. Then use
@offset-var: my offset;
If you need different horizontal and vertical offset. Then use these options.
@offset-var-x: my offset x; @offset-var-y: my offset y;@@include('./example/offset-var.html') @@include('./example/offset-x.html') @@include('./example/offset-full.html')