@import "../../globals.core"; // Show / Hide When // -------------------------------------------------- // Applied by the showWhen directive .hidden-show-when { display: none; } // Applied by the hideWhen directive .hidden-hide-when { display: none; }