Bootstrap with the look of Cloudscape
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>
yarn install
yarn build