=== Custom CSS Outsourcer === Plugin Name: Custom CSS Outsourcer Plugin URI: https://github.com/custom-css-outsourcer Author: Felix Arntz Author URI: https://leaves-and-love.net Contributors: flixos90 Donate link: https://leaves-and-love.net/wordpress-plugins/ Requires at least: 4.7-beta.1 Tested up to: 4.7-beta.3 Stable tag: 1.0.0 Version: 1.0.0 License: GNU General Public License v3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Tags: custom css, customizer, cleanup Loads the additional Customizer CSS from external files instead of printing it directly to the page. == Description == This tiny plugin modifies the new Custom CSS functionality introduced in WordPress 4.7. By default, any additional CSS written in the Customizer is printed directly to the head of the page. The plugin changes it to load the CSS from a somewhat virtual file, using a custom rewrite rule, which can make sense to clean up your HTML code. The contents of the stylesheet will be cached. = Find the project here = * [GitHub](https://github.com/felixarntz/custom-css-outsourcer) * [Translations](https://translate.wordpress.org/projects/wp-plugins/custom-css-outsourcer) == Installation == 1. Upload the entire `custom-css-outsourcer` folder to the `/wp-content/plugins/` directory or download it through the WordPress backend. 2. Activate the plugin through the 'Plugins' menu in WordPress. = Where should I submit my support request? = I preferably take support requests as [issues on GitHub](https://github.com/felixarntz/custom-css-outsourcer/issues), so I would appreciate if you created an issue for your request there. However, if you don't have an account there and do not want to sign up, you can of course use the [wordpress.org support forums](https://wordpress.org/support/plugin/custom-css-outsourcer) as well. = How can I contribute to the plugin? = If you're a developer and you have some ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request in the [GitHub repository for the plugin](https://github.com/felixarntz/custom-css-outsourcer). You can also contribute to the plugin by translating it. Simply visit [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/custom-css-outsourcer) to get started. == Changelog == = 1.0.0 = * First stable version