/*!
 * 
 * ## Project Name        :  Uix Webpack Scaffold
 * ## Project Description :  Simple demo for scaffold of webpack 4 + react + babel. Supports batch processing of HTML templates, SASS, and JavaScript module files.
 * ## Based on            :  Uix Webpack Scaffold
 * ## Version             :  1.0.35
 * ## Last Update         :  January 16, 2020
 * ## Powered by          :  UIUX Lab
 * ## Created by          :  UIUX Lab (https://uiux.cc)
 * ## Contact Us          :  uiuxlab@gmail.com
 * ## Compatible With     :  Bootstrap 4.x, React
 * ## Released under the MIT license.
 * 	
 */
/**

	TABLE OF CONTENTS  (RTL)
	---------------------------
	

	Adding support for language written in a Right To Left (RTL) direction is easy -
	it's just a matter of overwriting all the horizontal positioning attributes
	of your CSS stylesheet in a separate stylesheet file named -rtl.css.


	1.Base


*/

/* 
 *************************************
 * <!-- Base -->
 *************************************
 */
body {
  direction: rtl;
}


/*# sourceMappingURL=bundle-rtl.css.map*/
/*# sourceMappingURL=bundle-rtl.css.map*/