@import "designs/___external"; /*! purgecss start ignore */ /** Since the CNG design is an almost identical copy of the CNX design, we can include the CNX directly to prevent duplicate code. Create own file if the styles differ. */ @import "config"; @import "../../cnx/styles/fonts"; // theme design body.design-cng { // from local directory @import "../../cnx/styles/mixins"; @import "../../cnx/styles/content"; @import "../../cnx/styles/slick"; @import "../../cnx/styles/button"; // from template directory (components, blocks,..) @import "designs/_cnx"; @import "designs/_theme"; } /*! purgecss end ignore */