/* ------------------------------------------------------------- */ /* CUSTOM VARIABLES (custom_variables.less) */ /* ------------------------------------------------------------- */ // ---------------------------------------------------------------------------- // // CUSTOM VARIABLES (ONLY FOR OVERRIDES IN CUSTOM.LESS) // // ---------------------------------------------------------------------------- // DESCRIPTION: Place your custom variables here // For more information about variables see variables.less // Copy variables from variable.less into this files here // Do not change variables and less stuff in the original source files // then you will be happy with your git work // // CONTENTS: // - SUBJECT // - - My override variables // - - My own variables // ---------------------------------------------------------------------------- // // ********************************** // MY OVERRIDE VARIABLES // ********************************** // ----------------------- // BORDER-COLORS // ----------------------- // Change (or darken!) the borders colors if they are looking to fancy // // ********************************** // MY SPECIAL VARIABLES // ********************************** //@my-class-padding: 0.2em ; // just an example