// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // // Component: Grid // // ======================================================================== // Variables // ======================================================================== @grid-gutter-horizontal: @global-grid-gutter; @grid-gutter-vertical: @global-grid-gutter; @grid-gutter-large-horizontal: @global-grid-gutter-large; @grid-gutter-large-vertical: @global-grid-gutter-large; @grid-divider-border: @global-border; // Miscellaneous // ======================================================================== .hook-grid-misc() {}