bootstrap-with-rtl
v1.0.3
Published
Bootstrap framework with rtl
Downloads
24
Maintainers
Readme
Bootstrap with RTL
The Twitter Bootstrap framework and RTL version of it with the help of RTLCSS.
Quick start
- Install with npm:
npm install bootstrap-with-rtl
What's included
dist/
├── css/
│ ├── bootstrap.css
│ ├── bootstrap.min.css
│ ├── bootstrap.rtl.css
│ ├── bootstrap.rtl.min.css
└── js/
├── bootstrap.js
└── bootstrap.min.js
Notes
- It's currently in test phase.
- For RTL, manually add
dir="rtl"
tohtml
tag.