Skip to content

rainboot/rainboot.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rainboot.css

Bootstrap with the look of Cloudscape

Getting started

Go to the releases page and download rainboot.css (or rainboot.min.css) from the latest release.

Link the CSS file in your HTML page. This can now be used in place of bootstrap.css.

<html>
  <head>
    <link href="path/to/rainboot.css" rel="stylesheet" />
    ...
  </head>
  ...
</html>

Development

yarn install
yarn build