Use the plugin Create Block Theme to generate your child theme.
Inside your child theme create a functions.php file and paste the following code:
`<?php
// Enqueue styles from parent theme
function add_style() {
wp_enqueue_style( ‘style’, get_stylesheet_uri() );
}