mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
54 lines
2.6 KiB
SCSS
54 lines
2.6 KiB
SCSS
/*!
|
|
Theme Name: Storefront
|
|
Theme URI: https://woocommerce.com/storefront
|
|
Author: Automattic
|
|
Author URI: https://woocommerce.com/
|
|
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are 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 customize and extend. Looking for a WooCommerce theme? Look no further!
|
|
Version: 2.2.8
|
|
License: GNU General Public License v2 or later
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
Text Domain: storefront
|
|
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
|
|
|
|
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/
|
|
|
|
All sizing (typography, layout, padding/margins etc) are inspired by a modular scale that uses 1em as a base size with a 1.618 ratio.
|
|
You can read more about the calculator we use in our sass here; https://github.com/modularscale/modularscale-sass
|
|
|
|
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';
|
|
|
|
// Vendors
|
|
// External libraries and frameworks.
|
|
@import 'assets/css/sass/vendors/normalize';
|
|
@import 'assets/css/sass/vendors/modular-scale';
|
|
|
|
// Utilities
|
|
// Sass tools and helpers used across the project.
|
|
@import 'assets/css/sass/utils/variables';
|
|
@import 'assets/css/sass/utils/mixins';
|
|
|
|
// Base
|
|
// Includes all the main Storefront css.
|
|
@import 'assets/css/base/base';
|
|
@import 'assets/css/base/layout';
|