Remove unused parameter in styles build script (#9710)
The `devMode` parameter being passed to the `buildScss` function was not being used. The `buildScss` function was declared _inside_ the function in which it is invoked, so the `devMode` variable is already in scope - it doesn't need to be passed in.feature/default_network_editable
parent
6e89b60a4a
commit
84bd2dcce7
Loading…
Reference in new issue