Browse Source

Group .less with .css resources

trethaller 6 years ago
parent
commit
d57873e6fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hxd/res/Config.hx

+ 1 - 0
hxd/res/Config.hx

@@ -52,6 +52,7 @@ class Config {
 		"ogg" => "wav",
 		"mp3" => "wav",
 		"l3d" => "bake",
+		"css" => "less",
 	];
 
 	static function defined( name : String ) {