/*
Theme Name:   Extendable Child
Theme URI:    https://github.com/extendify/extendable
Description:  Child theme for Extendable WordPress theme
Author:       Your Name
Author URI:   https://yourwebsite.com
Template:     extendable
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  extendable-child
*/

/* 
   You can add your custom CSS below. 
   The parent theme’s styles will be loaded automatically
   if you enqueue them via functions.php 
*/

/* Import parent theme styles */
@import url("../extendable/style.css");