// Write Sass code in this file if you don't have NPM packages installed or you
// don't want to use them for some reason.
// 
// ---------> This file is only incuded if WP_DEBUG is TRUE!
// 
// Note! There is no autoprefix in the generated code. The Sass from this file should
// be moved to the proper *.scss files of the theme.
// 
// =============================================================================
// 
// To compile it use the following command while in root folder (edit path if needed):
// sass --watch assets/sass/bozo-devs.scss:assets/css/bozo-devs.min.css --style compressed

@import "base/settings";

body {}