/* FILE: custom/_custom.scss */ // // Theme custom styles // // Notes: // * = Doesn't change via Customizer. // Plus = Can be set and gets overrode in Plus theme version. // // For more info on how to create these styles please see `readme.md` file. // // @package Auberge // @copyright WebMan Design, Oliver Juhas // // @since 2.2.0 // @version 2.7.0 // // Imports @import '_base'; @import '_accent'; @import '_header'; @import '_menu'; @import '_banner'; @import '_sidebar'; @import '_footer'; @import '_plugins'; @import '_borders';