/** * Outputs a link to the Bootstrap CDN * * @param bool $withTheme Gets the bootstrap theme as well * @return string * @static */ public static function css($withTheme = true) { return \Bootstrapper\Helpers::css($withTheme); }