Generated icon collection files Atlas_Core.Atlas_Filled.scss and Atlas_Core.Atlas.scss have random order in theme.compiled.css

0
Hi. Recently theme.compiled.css gets committed to version control all the time because Atlas_Filled and Atlas icon collections are added to it in random order. We use Mx 10.12.6 and Atlas_Core 3.14.4. It's very annoying.   --- a/theme-cache/web/theme.compiled.css +++ b/theme-cache/web/theme.compiled.css @@ -68,2954 +68,2954 @@ @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Merriweather+Sans:300,400"); @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Merriweather+Sans:300,400"); @font-face { - font-family: "Atlas_Core$Atlas_Filled"; - src: url("./fonts/Atlas_Core$Atlas_Filled.ttf") format("truetype"); + font-family: "Atlas_Core$Atlas"; + src: url("./fonts/Atlas_Core$Atlas.ttf") format("truetype"); } -.mx-icon-filled { +.mx-icon-lined { display: inline-block; font-style: normal; font-weight: normal; line-height: 1; - font-family: "Atlas_Core$Atlas_Filled"; + font-family: "Atlas_Core$Atlas"; } ... _
asked
0 answers