jj1bdx / bootstrap-jj1bdx

Modified Bootstrap for JJ1BDX sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bootstrap-jj1bdx

Customized Bootstrap for JJ1BDX sites

Installation

Package dependencies

  • bootstrap@5.3.2
  • sass (aka dart-sass)
  • autoprefixer

How to setup

npm install

How to experiment

  • edit custom_scss/bootstrap-jj1bdx.scss
  • do npm run compile:sass
    • This command runs watching the changes of the source file
  • Output: custom_assets/bootstrap-jj1bdx.css

Generating production CSS file

  • For generating minified files: do npm run compile:min
  • Output: custom_assets/bootstrap-jj1bdx.min.css

About

Modified Bootstrap for JJ1BDX sites

License:MIT License