@cayenne-ui/css

0.0.9 • Public • Published

Cayenne Bootstrap Theme

Circle CI Build License GitHub Version

An elegant theme for Bootstrap 4, powered by HackerThemes. Name is inspired by Porsche Cayenne.

Looking

screenshot

Installation

By NPM:

npm install @cayenne-ui/css --save

or by Unpkg CDN:

<!-- normal css -->
<link rel="stylesheet" href="https://unpkg.com/@cayenne-ui/css@latest/dist/css/cayenne.css" />

<!-- minimized css -->
<link rel="stylesheet" href="https://unpkg.com/@cayenne-ui/css@latest/dist/css/cayenne.min.css" />

Prerequisites

  • This works on Windows, macOS and Linux.
  • Node Package Manager and Gulp are required. Make sure you can run gulp -v and npm -v.
  • You can get Node at nodejs.org, then install gulp using npm install gulp-cli -g

Preview the Theme

  1. Clone this repo
  2. Run npm install
  3. Run gulp watch or npm run build:watch
  4. Start a local HTTP server under the root directory of the project, hs is recommended.

Edit the Theme

  1. Add any Bootstrap Sass variables into scss/_variables.scss
  2. Add any custom styles into scss/_styles.scss. You can use Bootstrap's mixins here.

Build the Theme

  1. Run npm run build
  2. CSS will be exported at css

Creators

Lenconda

Bootstrap

Copyright and license

Code and documentation copyright 2021 Lenconda.

Code released under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i @cayenne-ui/css

Weekly Downloads

1

Version

0.0.9

License

MIT

Unpacked Size

1.17 MB

Total Files

8

Last publish

Collaborators

  • lenconda