=== FCP First Screen CSS === Contributors: Firmcatalyst Tags: inline, css, firstscreen, style, web vitals, cls, fcp, defer, dequeue, deregister Requires at least: 5.8 Tested up to: 6.3 Requires PHP: 7.4 Stable tag: 1.6 Author: Vadim Volkov, Firmcatalyst Author URI: https://firmcatalyst.com License: GPL v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html First Screen CSS & Settings == Description == Insert the inline CSS into your website's head tag. You can choose to inline, defer, or de-register existing styles and scripts. Additionally, you can add custom non-inline styles. Apply everything individually, by post-type, or for archives. = Features = * Full control over your website's CSS * Apply changes to individual posts/pages/custom post types * Apply changes to all posts of a specific type * Apply changes to the blog or any post-type archive * Inline, defer, or de-register Styles or JS * Automatic CSS minification * Edit CSS easily with the CodeMirror visual editor = Demo = [firmcatalyst.com/first-screen-css](https://firmcatalyst.com/first-screen-css/) = Usage = * Install and activate the plugin. * Navigate to "First Screen CSS" in the left sidebar of your wp-admin. * Click "Add New." * Input your CSS or adjust the settings. * Choose where to apply the changes and publish. == Installation == 1. Install the plugin 2. Activate the plugin == Development == You can customize the code to suit your requirements or suggest improvements on [GitHub](https://github.com/VVolkov833/first-screen-css). The code is transparent and easy to understand. == Frequently Asked Questions == Feel free to ask your questions [here](https://firmcatalyst.com/contact/) or through GitHub.. == Upgrade Notice == = 1.6 = * Added the options to inline, defer and de-register CSS and JS * Enhanced the CodeMirror editor for CSS manipulation * Improved performance handling heavy CSS * Enhanced descriptions and added simplified instructions = 1.5 = * Added the Wrap button to softly break / unbreak long lines * Added the Infinity button to fit the editor's height to the content = 1.4 = * Added the Format button to spread new lines and tabs (spaces) * Added the option to deregister all styles or scripts at once * Fixed the CSS minification for bigger content * Removed the Front page from bulk exceptions = 1.3 = * Added the development mode, visible only to admins * Added the option to deregister existing styles and scripts * Added the option to defer the not-first-screen CSS loading = 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