=== FCP First Screen CSS === Contributors: Firmcatalyst Tags: inline, css, firstscreen, style, web vitals, cls, fcp Requires at least: 5.8 Tested up to: 6.1 Requires PHP: 7.4 Stable tag: 1.2 Author: Firmcatalyst, Vadim Volkov Author URI: https://firmcatalyst.com License: GPL v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html FCP First Screen CSS inline == Description == Insert inline CSS to the head of the website, so the first screen renders with no jumps, which might improve the CLS and FCP web vitals. Or for any other reason. = Features = * Apply to any single post / page / custom post-type * Apply to all posts of a particular public post-type * Apply to the blog or any archive page of a post-type with archive support * It minifies the css before printing * Deregister enqueued styles by name * Apply non-first-screen css separately = Usage = * Install and activate the plugin * Go to "FirstScreen CSS" menu item in the left sidebar of your wp-admin * Add New, insert your CSS * To apply the CSS, pick where to at the bottom of the page * To apply to a single post / page - go to that post editor, and select your created FirstScreen CSS in the box in the right sidebar == Installation == 1. Install the plugin 2. Activate the plugin == Development == You can modify the code for your needs, or suggest improvemens on [GitHub](https://github.com/VVolkov833/first-screen-css). It is pretty transparent and well-commented. == Frequently Asked Questions == Waiting for your questions, which you can ask [here](https://firmcatalyst.com/contact/) or via GitHub. == Upgrade Notice == = 1.2 = * Added the option to deregister enqueued styles by name * Added the field for non-first-screen css * Added the exceptions option to the public post types = 1.1 = * Excluded Front Page from the bulk options, as it stands out in most cases = 1.0 = * Initial release