Hello Internet,
In this video, we are going to setup parcel bundler and use sass in it. We will be also looking at, how to configure bootstrap with sass and customize default color scheme.
Parcel:
Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore processing, and requires zero configuration.
Sass:
Sass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax. Sass helps keep large stylesheets well-organized and makes it easy to share design within and across projects.
Bootstrap:
Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.
Useful links:
Parcel bundler - https://parceljs.org/getting_started....
Sass Setup - https://parceljs.org/scss.html
bootstrap parcel setup - https://getbootstrap.com/docs/5.0/get...
Thanks for watching! Please like & subscribe for more content like this.