forked from woocommerce/storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
66 lines (54 loc) · 2.72 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/*
Theme Name: Storefront
Theme URI: http://www.woothemes.com/storefront
Author: WooThemes
Author URI: http://www.woothemes.com
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooThemes, it features a deep integration with our market leading WooCommerce plugin, several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customise and extend. Looking for a WooCommerce theme? Look no further!
Version: 1.4.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: storefront
Tags: black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
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.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
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/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
======
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 'sass/utils/variables';
@import 'sass/utils/mixins';
// Vendors
// External libraries and frameworks
@import 'sass/vendors/normalize';
// Base
// Holds what we might call the boilerplate code for the project.
@import 'sass/base/base';
@import 'sass/base/typography';
// Layout
// Contains everything that takes part in laying out the theme
@import 'sass/layout/layout';
// Components
// For smaller, less global components that do not belong in /layout
@import 'sass/components/forms';
@import 'sass/components/menu';
@import 'sass/components/content';
@import 'sass/components/post-formats';
@import 'sass/components/media';
@import 'sass/components/pagination';
@import 'sass/components/comments';
@import 'sass/components/widgets';
@import 'sass/components/infinite-scroll';