filmov
tv
Bootstrap Theme and Color Customization - The Right & Easy Way

Показать описание
🎨 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
👉 Import Bootstrap into your SCSS File
@import "node_modules/bootstrap/scss/bootstrap";
👉 Edit your theme variables ABOVE the bootstrap import in your SCSS file
👉 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:
Bootstrap:
JS Files:
SASS:
AutoPrefixer:
Bootstrap Repo:
Music (looped):
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
👉 Import Bootstrap into your SCSS File
@import "node_modules/bootstrap/scss/bootstrap";
👉 Edit your theme variables ABOVE the bootstrap import in your SCSS file
👉 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:
Bootstrap:
JS Files:
SASS:
AutoPrefixer:
Bootstrap Repo:
Music (looped):
Комментарии