/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

utilities/mixins-styling.less

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */






/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------

Shadow

--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */

.box-shadow(@shadow) {

  box-shadow: @shadow;
  
}






/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------

Appearance

--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */

.appearance(@appearance) {
  
  appearance: @appearance;
  
}