/*
Theme Name:     Mascupathy
Description:    Child theme of the Peddlar theme by WooThemes
Author:         Swamp-Side Studio
Author URI:     http://swampsidestudio.com/
Template:       peddlar
Version:        1.0
*/

@import url("../peddlar/style.css");

/*
 * This file loads before files such as /wp-content/themes/peddlar/css/layout.css and /wp-content/themes/peddlar/css/woocommerce.css
 * Child theme CSS can then not overwrite anything in those files without using !important.
 * Could use Theme Options > General Settings > Display Options, but it prints CSS in the head, and I want to use a real CSS code editor.
 * Mascupathy theme CSS is in /wp-content/themes/mascupathy/custom.css because it loads after everything else.
 */