You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this in a theme layout file to load a css file last, after everything
(Tried adding it as a code block but wouldn't render)
Expected result (*)
test.css file should load last, after everything
Actual result (*)
test.css file loads where it normally would without the if condition
This concerns #1073
OpenMage, like M1, does not have a way to load css files last from layouts after everything else, which is very useful in theme development. The above trick with the if condition will force a file to load last in the browser, but since the IE deprecation of that PR that won't happen, causing every upgraded store that relies on this to render horribly due to css ordering.
Please try to retain existing functionality, or provide an alternative if you really must do this.
I've read the PR and I'd like to note one more thing. I've worked with companies in several countries, and everyone that does B2B in any country and has the government as a client, has the same thing to say: government computers, which can amount to a good chunk of a company's revenue, still use outdated windows versions and IE, with a great deal of them being IE9. So while mainstream statistics will favor deprecation of IE (and by the way, I'm in the let it die bandwagon too), it doesn't mean that it's necessarily time yet.
The text was updated successfully, but these errors were encountered:
Preconditions (*)
Steps to reproduce (*)
(Tried adding it as a code block but wouldn't render)
Expected result (*)
Actual result (*)
This concerns #1073
OpenMage, like M1, does not have a way to load css files last from layouts after everything else, which is very useful in theme development. The above trick with the if condition will force a file to load last in the browser, but since the IE deprecation of that PR that won't happen, causing every upgraded store that relies on this to render horribly due to css ordering.
Please try to retain existing functionality, or provide an alternative if you really must do this.
I've read the PR and I'd like to note one more thing. I've worked with companies in several countries, and everyone that does B2B in any country and has the government as a client, has the same thing to say: government computers, which can amount to a good chunk of a company's revenue, still use outdated windows versions and IE, with a great deal of them being IE9. So while mainstream statistics will favor deprecation of IE (and by the way, I'm in the let it die bandwagon too), it doesn't mean that it's necessarily time yet.
The text was updated successfully, but these errors were encountered: