2020-04-27 17:17:36 +02:00
|
|
|
/*!
|
|
|
|
Theme Name: Barebones
|
|
|
|
Theme URI: https://benchmark.co.uk/barebones
|
|
|
|
Author: Benchmark Studios
|
|
|
|
Author URI: https://benchmark.co.uk/
|
|
|
|
Description: A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond
|
|
|
|
Version: 3.X
|
|
|
|
License: MIT
|
|
|
|
License URI: https://mit-license.org/
|
|
|
|
Text Domain: barebones
|
|
|
|
*/
|
|
|
|
|
2018-04-17 11:46:16 +02:00
|
|
|
@charset 'UTF-8';
|
2017-11-21 14:02:14 +01:00
|
|
|
|
2018-04-17 11:46:16 +02:00
|
|
|
// 1. Configuration
|
2017-06-06 16:23:36 +02:00
|
|
|
@import 'config/variables';
|
|
|
|
@import 'config/mixins';
|
|
|
|
|
2018-04-17 11:46:16 +02:00
|
|
|
// 2. Vendors
|
|
|
|
@import 'vendor/simple-grid/simple-grid';
|
|
|
|
|
|
|
|
// 3. Utilities
|
|
|
|
@import 'utils/reset';
|
|
|
|
@import 'utils/responsive';
|
|
|
|
@import 'utils/helpers';
|
|
|
|
|
|
|
|
// 4. Base stuff
|
|
|
|
@import 'base/base';
|
2019-10-01 13:17:53 +02:00
|
|
|
@import 'base/grid';
|
2018-04-17 11:46:16 +02:00
|
|
|
@import 'base/fonts';
|
|
|
|
@import 'base/images';
|
|
|
|
@import 'base/forms';
|
|
|
|
@import 'base/lists';
|
|
|
|
@import 'base/typography';
|
|
|
|
|
|
|
|
// 5. Layout-related sections
|
2017-06-06 16:23:36 +02:00
|
|
|
@import 'layout/main';
|
|
|
|
@import 'layout/header';
|
|
|
|
@import 'layout/footer';
|
|
|
|
|
2018-04-17 11:46:16 +02:00
|
|
|
// 6 .Components
|
2017-06-06 16:23:36 +02:00
|
|
|
@import 'components/buttons';
|
|
|
|
@import 'components/nav';
|
|
|
|
@import 'components/alerts';
|
|
|
|
|
2018-04-17 11:46:16 +02:00
|
|
|
// 7. Page-specific styles
|
2017-06-06 16:23:36 +02:00
|
|
|
@import 'pages/home';
|