https://github.com/triggerman722/colorstrap
Bring color to your Bootstrap projects!
https://github.com/triggerman722/colorstrap
bootstrap3 css grunt sass web-accessibility
Last synced: 11 months ago
JSON representation
Bring color to your Bootstrap projects!
- Host: GitHub
- URL: https://github.com/triggerman722/colorstrap
- Owner: triggerman722
- License: apache-2.0
- Created: 2017-03-07T23:59:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T15:59:25.000Z (about 3 years ago)
- Last Synced: 2024-10-24T08:30:21.719Z (over 1 year ago)
- Topics: bootstrap3, css, grunt, sass, web-accessibility
- Language: SCSS
- Homepage: http://www.colorstrap.com
- Size: 5.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Colorstrap
Broaden your Bootstrap color vocabulary from 4 to 140 named HTML colors.
Visit Colorstrap »
## Table of Contents
- [Quick start](#quick-start)
- [What's included](#whats-included)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Community](#community)
- [Creators](#creators)
- [Copyright and license](#copyright-and-license)
## Quick start
Several quick start options are available:
- [Download the latest release.](https://github.com/triggerman722/colorstrap/dist/zip/colorstrap.zip)
- Clone the repo: `git clone https://github.com/triggerman722/colorstrap.git`
## What's included
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
```
colorstrap/
└── css/
├── colorstrap.css
├── colorstrap.css.map
├── colorstrap.min.css
├── colorstrap.min.css.map
├── colorstrap-alert.css
├── colorstrap-alert.css.map
├── colorstrap-alert.min.css
├── colorstrap-bg.css
├── colorstrap-bg.css.map
├── colorstrap-bg.min.css
├── colorstrap-btn.css
├── colorstrap-btn.css.map
├── colorstrap-btn.min.css
├── colorstrap-card.css
├── colorstrap-card.css.map
├── colorstrap-card.min.css
├── colorstrap-glow.css
├── colorstrap-glow.css.map
├── colorstrap-glow.min.css
├── colorstrap-has.css
├── colorstrap-has.css.map
├── colorstrap-has.min.css
├── colorstrap-label.css
├── colorstrap-label.css.map
├── colorstrap-label.min.css
├── colorstrap-list-group.css
├── colorstrap-list-group.css.map
├── colorstrap-list-group.min.css
├── colorstrap-outline.css
├── colorstrap-outline.css.map
├── colorstrap-outline.min.css
├── colorstrap-panel.css
├── colorstrap-panel.css.map
├── colorstrap-panel.min.css
├── colorstrap-progress-bar.css
├── colorstrap-progress-bar.css.map
├── colorstrap-progress-bar.min.css
├── colorstrap-striped.css
├── colorstrap-striped.css.map
├── colorstrap-striped.min.css
├── colorstrap-tag.css
├── colorstrap-tag.css.map
├── colorstrap-tag.min.css
├── colorstrap-text.css
├── colorstrap-text.css.map
└── colorstrap-text.min.css
```
We provide compiled CSS (`colorstrap.*`), as well as compiled and minified CSS (`colorstrap.min.*`). CSS [source maps](https://developers.google.com/web/tools/chrome-devtools/debug/readability/source-maps) (`colorstrap.*.map`) are available for use with certain browsers' developer tools.
## Bugs and feature requests
Have a bug or a feature request? Please [search](https://github.com/triggerman722/colorstrap/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20) for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/triggerman722/colorstrap/issues/new).
## Community
Get updates on Colorstrap's development and chat with the project maintainers and community members.
- Implementation help may be found at Stack Overflow (tagged [`colorstrap`](https://stackoverflow.com/questions/tagged/colorstrap)).
- Developers should use the keyword `colorstrap` on packages which modify or add to the functionality of Colorstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/colorstrap) or similar delivery mechanisms for maximum discoverability.
## Creators
**Triggerman722**
-
## Copyright and license
Code and documentation copyright 2017 the [Colorstrap Authors](https://github.com/triggerman722/colorstrap/graphs/contributors). Code released under the [Apache License 2.0](https://github.com/triggerman722/colorstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/triggerman722/colorstrap/blob/master/docs/LICENSE).