I am attempting to import CSS in a tsx file with React.
Writing var track = require(\'./styless.css\'); in the file doesn\'t work.
var track = require(\'./styless.css\');
I suppose