To create my child theme correctly, WordPress recommands to create style.css and functions.php in the child theme, without the @import (not a good practice from now).
For one .css file, the code to insert in function.php (child) is :
But in the cvcard theme there are many .css files. (I see 1 folder with many .css files + 1 custom-editor-style.css). WordPress recommands to : "If your theme is more than one css file (for example ie.css , style.css , main.css ) then you should make sure to keep all the dependencies of parent theme. Configure ' parent style ' as a dependency ensure that shipments of child's theme style sheets is done after."
Could you help me to code that functions.php file for the child theme or nicely give me the zip child theme 2016 version (without @import) ?