run(); /** * Sets the stylesheet enqueuing mode for production. * * @since 2.5.5 * @var bool * @see class/init.php * * In production, a minified CSS file tailored to the settings is enqueued. * * Developing stylesheets is meant to be easier when this is set to false. * WARNING: This facility designed for development must NOT be used in production. */ define( 'C_BOOL_CSS_PRODUCTION_MODE', false );