bootstrap-v4.5-rtl

Right to Left Edition Of Bootstrap v4.5 For Right To Left (rtl) Languages

Usage no npm install needed!

<script type="module">
  import bootstrapV45Rtl from 'https://cdn.skypack.dev/bootstrap-v4.5-rtl';
</script>

README

Bootstrap logo

Bootstrap v4.5 right to left (rtl)

Right To Left Edition Of Bootstrap v4.5 For Right To Left (rtl) Languages

Install

Install with npm:

npm i bootstrap-v4.5-rtl

Quick start

Add dir="rtl" attribute to html tag.

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

bootstrap/
├── css/
│   ├── rtl/
│   │   ├── bootstrap-grid.rtl.css
│   │   ├── bootstrap-grid.rtl.css.map
│   │   ├── bootstrap-grid.rtl.min.css
│   │   ├── bootstrap-grid.rtl.min.css.map
│   │   ├── bootstrap-reboot.rtl.css
│   │   ├── bootstrap-reboot.rtl.css.map
│   │   ├── bootstrap-reboot.rtl.min.css
│   │   ├── bootstrap-reboot.rtl.min.css.map
│   │   ├── bootstrap.rtl.css
│   │   ├── bootstrap.rtl.css.map
│   │   ├── bootstrap.rtl.min.css
│   │   └── bootstrap.rtl.min.css.map  
│   ├── style/
│   │   └── vazirFont.css
│   ├── bootstrap-grid.css
│   ├── bootstrap-grid.css.map
│   ├── bootstrap-grid.min.css
│   ├── bootstrap-grid.min.css.map
│   ├── bootstrap-reboot.css
│   ├── bootstrap-reboot.css.map
│   ├── bootstrap-reboot.min.css
│   ├── bootstrap-reboot.min.css.map 
│   ├── bootstrap.css
│   ├── bootstrap.css.map
│   ├── bootstrap.min.css
│   ├── bootstrap.min.css.map
├── js/
│   ├── jquery/
│   │   ├── jquery-3.5.1.js   
│   │   └── jquery-3.5.1.min.js   
│   ├── bootstrap.bundle.js
│   ├── bootstrap.bundle.js.map
│   ├── bootstrap.bundle.min.js
│   ├── bootstrap.bundle.min.js.map
│   ├── bootstrap.js
│   ├── bootstrap.js.map
│   ├── bootstrap.min.js
│   └── bootstrap.min.js.map
└── fonts/
    ├── eot/
    │    ├── Vazir-Black.eot   
    │    ├── Vazir-Bold.eot   
    │    ├── Vazir-Light.eot   
    │    ├── Vazir-Medium.eot   
    │    ├── Vazir-Regular.eot   
    │    ├── Vazir-Thin.eot   
    │    └── Vazir-Variable.eot   
    ├── ttf/
    │    ├── Vazir-Black.ttf   
    │    ├── Vazir-Bold.ttf   
    │    ├── Vazir-Light.ttf   
    │    ├── Vazir-Medium.ttf   
    │    ├── Vazir-Regular.ttf   
    │    ├── Vazir-Thin.ttf   
    │    └── Vazir-Variable.ttf   
    ├── woff/
    │    ├── Vazir-Black.woff   
    │    ├── Vazir-Bold.woff   
    │    ├── Vazir-Light.woff   
    │    ├── Vazir-Medium.woff   
    │    ├── Vazir-Regular.woff   
    │    ├── Vazir-Thin.woff   
    │    └── Vazir-Variable.woff   
    └── woff2/
         ├── Vazir-Black.woff2   
         ├── Vazir-Bold.woff2   
         ├── Vazir-Light.woff2   
         ├── Vazir-Medium.woff2   
         ├── Vazir-Regular.woff2   
         ├── Vazir-Thin.woff2   
         └── Vazir-Variable.woff2   

We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). source maps (bootstrap.*.map) are available for use with certain browsers' developer tools