I am using Koala to auto-compile style.sass and apparently it's not liking the required multiline comments at the beginning of the file (ie: /* Theme Name:...*/).
I get an error every time I try to compile it:
WARNING on line 2 of style.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 3 of style.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 5 of style.sass: This selector doesn't have any properties and will not be rendered. Syntax error: Invalid CSS after "...nsive, modern, ": expected expression (e.g. 1px, bold), was "and elegant wed..." on line 6 of style.sass
Should I just compile it and add the multiline comments to the compressed style.css afterwards? That would be a headache.
It seems that because the comments have a ":" it thinks it's a css property.
EDIT, here's the code:
/*
Theme Name: ...
Theme URI: ...
Author: ...
Author URI: ...
Description: A responsive, modern, and elegant wedding theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ...
*/
// Micro Clearfix //
.cf:before,
.cf:after
content: " " // 1
display: table // 2
.cf:after
clear: both
// For IE 6/7 only. Include this rule to trigger hasLayout and contain floats.
.cf
*zoom: 1
// Defaults //
html,
body
font-size: 100%
width: 100%
// SASS Variables //
$fuchsia: #fe4365
$pink: #fc9d9a
$salmon: #f9cdad
$olive: #c8c8a9
$teal: #83af9b