/*
Theme Name: Developer's Theme Sass
Description: Modified from the default theme for WordPress.
Version: 1.0
*/

/* Custom styles goes here */


.scss_errors {
  z-index: 9999;
  position: absolute;
  width: 100%;
  background: red;
}