Тёмный

Bootstrap Theme and Color Customization - The Right & Easy Way 

DavidASix
Подписаться 500
Просмотров 28 тыс.
50% 1

🎨 Have you struggled with customizing your Bootstrap theme? Learn how to customize colors the right way, and the easy way.
Watch the video and follow these steps.
00:00 - Intro
00:13 - Preamble
00:54 - Install Prerequisites
01:39 - Initial Bootstrap Setup
02:08 - CSS Node Project Setup
03:35 - CSS Project Flow Overview
03:46 - Custom theme SCSS Setup
04:22 - Generating the Custom Theme CSS
05:16 - Making changes to the theme
05:38 - Next level Bootstrap Variables
06:00 Outro
Save the steps for next time:
Steps:
👉 Install Node JS
👉 Install SASS & AutoPrefixer
npm install -g sass postcss-cli autoprefixer
👉 Import the Bootstrap JS files into your page head
👉 Create CSS folder within your site
👉 NPM Init a Node project in your CSS Folder
npm init
👉 Install Bootstrap dependency into your Node project
npm install --save bootstrap
👉 Create bootstrap.css and bootstrap.scss in your node project
👉 Import Bootstrap into your SCSS File
@import "node_modules/bootstrap/scss/bootstrap";
👉 Edit your theme variables ABOVE the bootstrap import in your SCSS file
👉 In a terminal, execute your bootstrap.scss file to generate the CSS
sass bootstrap.scss bootstrap.css
👉 Import your CSS file into your projects head, and refresh!
Hope you found this video helpful and avoid some of the frustration I experienced!
NodeJS:
nodejs.org/en/download/
Bootstrap:
getbootstrap.com/
JS Files:
getbootstrap.com/docs/5.0/get...
SASS:
sass-lang.com/install
AutoPrefixer:
github.com/postcss/autoprefixer
Bootstrap Repo:
github.com/twbs/bootstrap
Music (looped):
www.free-stock-music.com/fsm-...

Хобби

Опубликовано:

 

2 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@cenda844
@cenda844 3 месяца назад
THAT'S WHY HE'S THE GOAT! THE GOAT! Finally a video that shows the whole process. Thanks dude!
@anthony-9117
@anthony-9117 2 года назад
Very clear and right to the point. Excellent!
@kasperkat2004
@kasperkat2004 2 года назад
Nice and clear and easy. Thanks for this video!
@joemclemore3503
@joemclemore3503 Год назад
This was super helpful and easy to understand. Much appreciated -thanks @Dave6!
2 года назад
at the beginning you have an index.html file with all the components; where do you get that file or the html code it has... the truth is that you have it from the start of the video and you don't indicate how you got to that code.
@stephen2824
@stephen2824 2 года назад
Fantastic, my friend. Many thanks indeed !!
@user-lt9sh4qx3u
@user-lt9sh4qx3u 2 года назад
Awesome guide! Thank you
@HtopSkills
@HtopSkills 2 года назад
Good sharing!
@littleoddboy
@littleoddboy 2 года назад
Thank you man :)
@sherafattradings
@sherafattradings Год назад
Thanks, it was excellent.❤❤
@adipati27ma
@adipati27ma 6 месяцев назад
GENIUS !!!
@AdamsProgrammer
@AdamsProgrammer Год назад
thank you
@user-sc4ly3is2k
@user-sc4ly3is2k 6 месяцев назад
broo thank you
@fnamelname3209
@fnamelname3209 2 года назад
Thanks! Is there any way to use @use instead of import? It's not the end of the World, bootstrap itself still uses import, I was just wondering if it can be done easily.
@nathanstanford4908
@nathanstanford4908 Год назад
I used to have a copy of the page you display where can I get a new copy of it? I can't find where or where I put it.
@mthvideoprod
@mthvideoprod 2 года назад
Nice tuto
@HackHeyner
@HackHeyner Год назад
Some people just don't get enough credit for the good they do in the world.
@elvykamunyokomanunebo1441
@elvykamunyokomanunebo1441 Год назад
Thanks pal, You've earned a rocket point from me. Just a few questions: 1) How does this work with deployment 2) I've heard that this is quite bulky, does it effect performance i.e. does it effect how quickly the page loads? Thanks Elvy
@bintangnaufal
@bintangnaufal Год назад
how can i change the colors for dark mode? i tried changing some dark theme only $variables and nothing works :(((( help pls quickkk :((
@kingtut6619
@kingtut6619 Год назад
What about doing it without NodeJS?
@sewalsh3749
@sewalsh3749 2 года назад
I Need whole lesson before this.... Sigh
@henryg2350
@henryg2350 Год назад
Good god, I’d throw that keyboard out the window….
Далее