Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme.md #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ Include scheme.less anywhere.

Include 1pxdeep.less after all Bootstrap LESS.

Bootstrap 4
---
Install the [1pxdeep theme for Bootstrap 4](https://github.com/bassjobsen/bootstrap-1pxdeep-theme/) with [bootstrap-cli](https://github.com/bassjobsen/bootstrap-cli/):

Install the Bootstrap CLI with this command:

```bash
npm install bootstrap-cli --global
```

Use this command to set up a 1pxdeep for Bootstrap project with the 1pxdeep template:

```bash
bootstrap new --template 1pxdeep
```

Integration with other projects
---

Expand Down