//
// Float-related classes deprecated in Bootstrap, but potentially still used by Chameleon users
//
// This file is part of the MediaWiki skin Chameleon.
// @copyright 2013 - 2019, Stephan Gambke, GNU General Public License, version 3 (or any later version)
//
// @since 2.0

.pull-left { @include float-left; }
.pull-right { @include float-right; }
