Open unfulvio-godaddy opened 7 months ago
Currently the plugin generates a sourceMappingURL comment in the output css file like so:
sourceMappingURL
/*# sourceMappingURL=example.min.css.map */
However, notice no spaces between * and # -- this seems to generate an error on Safari until a space is inserted between the two, like so:
*
#
/* # sourceMappingURL=example.min.css.map */
I couldn't find an option to enforce this... I am using the latest version of the plugin and the Sass gem... Any ideas?
See also this issue on a project using this for further details:
https://github.com/godaddy-wordpress/wc-plugin-framework/issues/360
Currently the plugin generates a
sourceMappingURL
comment in the output css file like so:However, notice no spaces between
*
and#
-- this seems to generate an error on Safari until a space is inserted between the two, like so:I couldn't find an option to enforce this... I am using the latest version of the plugin and the Sass gem... Any ideas?
See also this issue on a project using this for further details:
https://github.com/godaddy-wordpress/wc-plugin-framework/issues/360