Creating a child-theme: CSS not loading

I simply had to replace get_template_directory_uri() with get_stylesheet_directory_uri() in the parent template. I tried enqueing the css first, as I didn’t want to modify the parent, but I couldn’t get it working.