-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.scss
52 lines (42 loc) · 1.92 KB
/
style.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*!
Theme Name: Honeycomb
Theme URI: https://wp-property-hive.com/honeycomb
Author: PropertyHive
Author URI: https://wp-property-hive.com/
Description: Honeycomb is the perfect theme for your next Property Hive project.
Version: 1.0.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: honeycomb
Tags: property, estate agent, estate agency
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
All sizing (typography, layout, padding/margins etc) are inspired by a modular scale that uses 12px/14px as base sizes with a 1.618 ratio.
We use the excellent modular scale tool built by Tim Brown to calculate this. http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/
// Bourbon
// See: http://bourbon.io/docs/
@import 'bourbon';
// Susy
// Susy grid system. See: http://susydocs.oddbird.net/en/latest/
@import 'node_modules/susy/sass/susy';
// Utilities
// Sass tools and helpers used across the project.
@import 'assets/sass/utils/variables';
@import 'assets/sass/utils/mixins';
// Vendors
// External libraries and frameworks.
@import 'assets/sass/vendors/normalize';
@import 'assets/sass/vendors/font-awesome/font-awesome';
@import 'assets/sass/vendors/modular-scale';
// Base
// Includes all the main Storefront css.
@import 'assets/sass/base/base';
@import 'assets/sass/base/layout';