I am currently using version 1.9.3 of dojo, and I have encountered an issue with the css file when trying to build dojo using build.bat. The code in my css file is as follows:
@import url("TimeDriverCommon.css");
@import url("DialogCommon.css");
@import url( "timedriver/Dialog.css" );
@import url( "timedriver/Help.css" );
@import url( "timedriver/Blocker.css" );
<!-- More import statements follow -->
Upon running the build process, I receive the error message below:
[exec] error(307) Failed to evaluate module tagged as pure AMD (fell back to processing with regular expressions). module: timetrade/themes/TimeDriverBooking.css; error: SyntaxError: missing name after .@
What could be causing this error?