if (!error) {
            fs.writeFileSync(
                GlobalStylesCSSFile,
                result.css.toString().replace(/:global /g, ''),
                function (err) {