/**
 * Custom elements - hide flash of unstyled content
 */

:not(:defined) {
  display: none;
}
