=== Live CSS Preview === Contributors: dojodigital Plugin Name: Live CSS Preview Plugin URI: http://dojodigital.com/developer-tools/live-css-preview/ Tags: wp, css, customize Author: Dojo Digital Author URI: http://dojodigital.com/ License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Requires at least: 3.4 Tested up to: 6.9 Stable tag: 2.1.7 Version: 2.1.7 Write, preview & implement CSS code in real time from the WordPress Customizer or the frontend. == Description == This plugin adds a textarea to the Customize page that allows theme editors to write, preview, and implement CSS code in real time. It also includes a frontend CSS editor window with live preview capability. == Installation == 1. Upload the `live-css-preview` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. == Screenshots == 1. Live CSS Snapshot 1 2. Live CSS Snapshot 2 == Frequently Asked Questions == = Will the CSS be applied to my live site if I hit "Save & Publish"? = Yes. Your changes are saved to the database and applied immediately to the frontend. = Will the Live CSS Preview allow me to write @media queries? = Absolutely — this is one of its primary features. = My CSS doesn’t seem to apply. How can I override the theme’s CSS? = The plugin adds a `livecss` class to the `` element. Use it to increase specificity when needed: `body.livecss { background-color: red; }` =2.1.6= whitespace error removed which may conflict with other plugins =2.1.7= Hardening security (sanitization + escaping) Cleaning up uninstall logic Stabilizing CSS injection / preview behavior