mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-04 14:11:16 +08:00
66 lines
2.7 KiB
SCSS
66 lines
2.7 KiB
SCSS
/*
|
|
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.4
|
|
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';
|