xsoheilalizadeh / BootsDrac

BootsDrac is dark mode and rtl version of Bootstrap

Home Page:https://mrjelveh.github.io/BootsDrac/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap logo

Bootstrap 4.4.1 RTL With Dark Mode

BOOTSπŸ§›β€β™‚οΈ

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/  
└── dist/  
    β”œβ”€β”€ css/  
    β”‚   β”œβ”€β”€ bootstrap-dark.css  
    β”‚   β”œβ”€β”€ bootstrap-dark.css.map  
    β”‚   β”œβ”€β”€ bootstrap-grid.css  
    β”‚   β”œβ”€β”€ bootstrap-grid.css.map  
    β”‚   β”œβ”€β”€ bootstrap-reboot.css  
    β”‚   β”œβ”€β”€ bootstrap-reboot.css.map  
    β”‚   β”œβ”€β”€ bootstrap-reboot.min.css  
    β”‚   β”œβ”€β”€ bootstrap-reboot.min.css.map  
    β”‚   β”œβ”€β”€ bootstrap-rtl-dark.css  
    β”‚   β”œβ”€β”€ bootstrap-rtl-dark.css.map  
    β”‚   β”œβ”€β”€ bootstrap-rtl.css  
    β”‚   β”œβ”€β”€ bootstrap-rtl.css.map  
    β”‚   β”œβ”€β”€ bootstrap.css  
    β”‚   └── bootstrap.css.map  
    └── 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  

For kickass developers who want to help me or change the codes:

πŸ”Ή First of all don't forget npm i :)

πŸ”Ή I used gulp as package manager, sry if u don't like it.

πŸ”Ή For darkmode theme I added another variable file: _variables_dark.scss.

πŸ”Ή I added some extra things to Bootstrap(like custom buttons, Custom Switches and etc), If you want to remove it or edit it you can find it in this directory:

bootstrap/  
└── scss/  
    └── dracs-addons/  
        β”œβ”€β”€ _addons-main.scss  
        β”œβ”€β”€ _addons-mixins.scss  
        └── _addons-variables.scss

Creators

Mark Otto

Jacob Thornton

MohammadReza Jelveh (RTL/Dark Version)

About

BootsDrac is dark mode and rtl version of Bootstrap

https://mrjelveh.github.io/BootsDrac/

License:MIT License


Languages

Language:JavaScript 40.7%Language:CSS 34.9%Language:HTML 24.4%