/*
 Theme Name:   BV - Twenty Twenty
 Theme URI: https://wordpress.org/themes/twentytwenty/
 Description:  A child theme for the WP theme Twenty Twenty
 Author:       Jenny Rigsjö
 Author URI:
 Template:     twentytwenty
 Version:      1.0.0
 License:  GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html

 NOTA BENE: This file creates the child theme by:
 1) specifying the template/directory name of the parent theme and
 2) enabling overwriting of parent theme's style rules by importing the parent
 theme stylesheet, below.

 The actual style rules of the child theme can be found and modified in
 Admin Panel > Appearance > Customize > Extra CSS.

*/

@import url("../twentytwenty/style.css");
