@ -32,12 +33,17 @@ module.exports = function (state) {
returnPromise.try(()=>{
returnprocessFile(item);
}).then(({result,icssExports})=>{
// NOTE: This is a workaround, until we find a more robust solution to this. While composed classes should be delimited by dots in CSS, they should be delimited by *spaces* in HTML. In "double compose" cases, ie. when one class composes another class which was already composed with a third class, we can get a class string like "foo bar.baz" which is wrong; this replaces all the erroneous dots with spaces.