After updating from 7.24 to 7.25, I realized that my css was messed up. It seems they fixed the smacss issue for the styles.css where the import would not reset to its root folder. I forcefully reset it in 7.24 by using @import "../something.css" but now @import "something.css" works and my personal fix is broken. I couldn't find this change in the release notes so just posting it so that the rest of the community knows. Hope this helps someone.