mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-18 03:41:10 +08:00
58 lines
2.7 KiB
SCSS
58 lines
2.7 KiB
SCSS
/*!
|
|
Theme Name: Storefront
|
|
Theme URI: https://woocommerce.com/products/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 its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
|
|
Version: 4.6.1
|
|
Tested up to: 6.7
|
|
Requires PHP: 5.6.0
|
|
License: GNU General Public License v3 or later
|
|
License URI: https://www.gnu.org/licenses/gpl-3.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, editor-style
|
|
|
|
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 https://underscores.me/, (C) 2012-2017 Automattic, Inc.
|
|
|
|
Resetting and rebuilding styles have been helped along thanks to the fine work of
|
|
Eric Meyer https://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/cms/scripts/page.php?site_id=nrsi&id=OFL
|
|
Images License: GNU General Public License v2 or later
|
|
*/
|
|
|
|
/*
|
|
======
|
|
Note: Do not edit this file. If you wish to add your own CSS, go to Customizer > Additional CSS.
|
|
======
|
|
*/
|
|
|
|
// Bourbon
|
|
// See: https://www.bourbon.io/docs/latest/
|
|
@import "bourbon";
|
|
|
|
// Susy
|
|
// Susy grid system. See: http://oddbird.net/susy/docs/
|
|
@import "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";
|