/* Import */ @import '../../styles/variables/variables'; .homePage { /* stylelint-disable */ display: flex; } .homePageRightWrapper { width: calc(100% - #{$left-menu-width}); }