Skip to content

molcik/bootstrap-flat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Flat

Screenshot Custom flat design bootstrap theme, inspired by Scott Dorman Bootstrap Flat. For example page is used edited Bootstrap TLDR.

Getting started

Example

You can navigate to EXAMPLE page where are shown all components on one page.

Precompiled Boostrap

Here is precompiled bootstrap-flat for out off the box usage:

Download: bootstrap-flat.css

Sass

For adjusting your theme or easy inclusion in Rails, Compass, or Sass-only projects, download or fork this project. Source files are located /src folder. For auto compiling your changes in source files run:

npm instal

and

npm start

Then you can edit source files and node-sass will watch src files for changes and auto compile them in .css and .min.css.

Usage

Just replace your bootstrap css file how have you used to.

<head>
...
    <!-- Bootstrap -->
    <link href="css/bootstrap-flat.min.css" rel="stylesheet">
...
</head>