forked from woocommerce/storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
executable file
·53 lines (44 loc) · 2.35 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
/*
Theme Name: Storefront
Theme URI: http://woothemes.com/storefront
Author: WooThemes
Author URI: http://woothemes.com
Description: Storefront is the perfect theme for your next eCommerce 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.
Version: 1.2.2
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
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
@import 'bourbon'; // Bourbon (see: http://bourbon.io/docs/)
// Modules
@import 'sass/modules/variables'; // Colors etc
@import 'sass/modules/normalize'; // CSS Reset and other fun stuff
@import 'sass/modules/mixins'; // Sass mixins
// Vendor
@import 'sass/vendor/gridset'; // Gridset grid (see: https://gridsetapp.com/documentation/sass/)
// Partials
@import 'sass/partials/global';
@import 'sass/partials/typography';
@import 'sass/partials/forms';
@import 'sass/partials/layout';
@import 'sass/partials/menu';
@import 'sass/partials/content';
@import 'sass/partials/postformats';
@import 'sass/partials/media';
@import 'sass/partials/pagination';
@import 'sass/partials/comments';
@import 'sass/partials/widgets';
@import 'sass/partials/infinitescroll';