I have created a theme child for Tarski. I was able to choose it from the "Appearance" page in Admin. It seems it is set up correctly because I can see my new PAge Template, "clean-archives.php", in my "Add New Page" page in Admin.
My problem is that the site does not recognize my changes to the "style.css" (placed in my new theme child). Here is the content of my "style.css":
/*
Theme Name: My Name
Theme URI: http://mywebsite.net/
Description: Child Theme for Tarski
Author: My Name
Author URI: http://mywebsite.net/
Template: tarski
Version: 2.4
.
This work is released under the GNU General Public License (GPL), version 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/</p>
<p>@import url("../tarski/style.css");
What am I doing incorrectly?