Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislavcore committed Oct 24, 2024
1 parent e14b8c4 commit 1ee77e8
Show file tree
Hide file tree
Showing 34 changed files with 383 additions and 9,939 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run sass:lint -- --formatter github
run: npm run lint -- --formatter github
- name: Check EditorConfig configuration
run: test -f .editorconfig
- name: Check adherence to EditorConfig
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,8 @@ npm-debug.log

# Builds
dist/

# Locks
package-lock.json
yarn.lock
pnpm-lock.yaml
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ or
yarn add "https://github.com/bchainhub/coco.git#semver:^2.0"
```

### Bower

```sh
bower install bchainhub/coco
```

## Import

After installation, import the CSS file into your project:
Expand Down Expand Up @@ -149,14 +143,6 @@ COCO is a CSS framework that outputs a single CSS file [coco.css](https://github
<em class="oji flat">📥</em>
```

#### Custom Theme

> Create a custom theme by adding variables to `style/utilities/themes.sass`.
To set a theme, add `data-theme="theme"` to the HTML tag.

COCO supports light and dark themes natively.

#### Current Version

> Display the current version of COCO using this code:
Expand Down Expand Up @@ -189,4 +175,4 @@ Wondering why some files start with an underscore?
## Copyright and License

This code is copyright 2018 by [Blockchain Hub](https://github.com/bchainhub) and [Jeremy Thomas](https://github.com/jgthms). It is released under the [CORE license](LICENSE).
Released under the [CORE license](LICENSE).
Loading

0 comments on commit 1ee77e8

Please sign in to comment.