How To Recompile Bootstrap's Sass In VSCode

Опубликовано: 14 Октябрь 2024
на канале: Pixel Rocket
6,713
110

In today's Bootstrap how-to video, I'll show you two ways you get Bootstrap setup in your project using VSCode: in the first option, we'll download the Bootstrap source files, add them to our project, and then use a VSCode plugin to compile our Sass into CSS. In the second option, we'll use NPM to download Bootstrap and then use that same VSCode plugin again to compile our Sass into CSS.

My website
https://www.pixelrocket.store/

My Sass Crash Course
   • Sass Crash Course 2022  

My PostCSS Playlist
   • Learn PostCSS  

Bootstrap How To Playlist
   • Bootstrap 5 How Tos  

Timestamps
0:00 Intro
0:58 Download Bootstrap Source Files
4:25 Add VSCode Sass Compiler Plugin
10:06 Install Bootstrap via NPM