=== OXSN Bootstrap === Contributors: oxsn Donate link: https://oxsn.com/ Tags: scroll up box 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 adds bootstrap functions and shortcodes! == Description == This plugin helps incorporate bootstrap into your page content. It provides a simple set of shortcodes that you can use anywhere for quick layout implementation. **Shortcodes** [oxsn_bootstrap_container_fluid class=""][/oxsn_bootstrap_container_fluid] This shortcode creates a container fluid wrap around your content. [oxsn_bootstrap_container class=""][/oxsn_bootstrap_container] This shortcode creates a container wrap around your content. [oxsn_bootstrap_row class=""][/oxsn_bootstrap_row] This shortcode creates a row wrap around your content. [oxsn_bootstrap_column xs="" sm="" md="" lg="" class=""][/oxsn_bootstrap_column] This shortcode creates a column wrap around your content. by placing a number between 1-12 in the xs, sm, md, lg, shortcode options you automatically create the bootstrap columns. Example: xs="3" converts to col-xs-3. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/oxsn-bootstrap` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress 1. Use the Settings->OXSN Bootstrap screen to configure the plugin == Changelog == = 0.0.3 = * Update shortcode = 0.0.2 = * Update @media sizes = 0.0.1 = * Initial Commit