Skip to content

higuma/bootstrap-4-css-customization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap 4 CSS customization

English(en) | 日本語(ja)

GO TO SITE

Table of contents

About this tutorial

This short turorial explains how to customize Bootstrap 4 styles. Bootstrap CSS is written in Sass. You can customize styles by extending Bootstrap source code. Usually you do not have to modify original code.

The tutorial is written in pug and built with npm on node.js. The source code is maintained by GitHub. The site is hosted by GitHub Pages.

Learning Sass

Sass is required to customize Bootstrap. But Bootstrap source code is also good material to study Sass. You can read Bootstrap code and study Sass with referencing Sass documents.

Sass was originally coded in Ruby and several implementations have been created for other languages (see Wikipedia). Three official implementations exist (Ruby, C++, and Dart).

The following are selected documents for studying Sass. It is imcomplete but propably enough for you.

About

Bootstrap 4 CSS customization tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages