Tag: SASS

SASS (Syntactically Awesome Style Sheets) is a preprocessor scripting language that extends CSS with features like variables, nesting, and mixins to simplify and enhance the process of styling web pages.

  • Customizing Bootstrap 4 without changing the core files

    Customizing Bootstrap 4 without changing the core files

    Written by

    in

    A simple instruction to customize the Bootstrap 4.0 using SASS and Autoprefixer. But why? You can either… When you choose number 2, then it’s necessary to use SASS for compiling the style sheet and Autoprefixer for CSS vendor prefixing. And this is how to get a customized version of Bootstrap: First make sure, you’ve installed Node.js and…

    Read more