=== OXSN Helpful CSS === Contributors: oxsn Donate link: https://oxsn.com/ Tags: css Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin helps quickly add custom and responsive css classes. == Description == This plugin is meant to help add helpful and responsive css classes. It is recommended that you use some sort of css minifier/combiner because this plugin uses a lot of css files. Using this plugin is simple.. 1. First, go to the customizer and enable which css classes you'd like to use by checking the appropriate checkboxes. 1. Second, you use your new classes! Ex: If you checked the box to be able to do the class "Display Block" then you could use it by adding the class oxsn_xs_display_block. The four responsive elements to the classes are xs, sm, md, lg. * xs displays when the screen is less than 768px * sm displays when the screen is greater than 768px * md displays when the screen is greater than 992px * lg displays when the screen is greater than 1200px == Installation == 1. Upload the plugin files to the `/wp-content/plugins/oxsn-helpful-css` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress 1. Use the OXSN->Helpful CSS screen to configure the plugin == Changelog == = 0.0.4 = * Update text-top = 0.0.3 = * Update @media sizes = 0.0.2 = * Update settings page * Update read me text * Added top, right, bottom, left = 0.0.1 = * Initial Commit