Skip to content

nh916/custom-bootstrap-theme-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Bootstrap Theme Code Example

to run this program follow these steps

npm init -y                 # just initialize npm with default settings
npm install bootstrap
npm -g node-sass            # to easily compile .scsss to .css

# compile .scss to css
node-sass .\styles\custom_bootstrap_theme.scss .\styles\custom_bootstrap_theme.css

you should now have everything you need and just open the html file in a browser

About

custom theme bootstrap theme example code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages