Skip to content

Commit 9ddd632

Browse files
authored
Merge pull request #80 from jackdomleo7/79-opacity-bug
2 parents 4ce6ac2 + a617788 commit 9ddd632

6 files changed

Lines changed: 838 additions & 871 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Install Node
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@v3
1818
with:
1919
node-version: '16.x'
2020
- name: Clean install npm dependencies
@@ -30,9 +30,9 @@ jobs:
3030
if: github.ref == 'refs/heads/master'
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434
- name: Install Node
35-
uses: actions/setup-node@v2
35+
uses: actions/setup-node@v3
3636
with:
3737
node-version: '16.x'
3838
- name: Clean install npm dependencies

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
When contributing to this repository, please first discuss the change you wish to make via an [issue](https://github.com/jackdomleo7/Cooltipz.css/issues) before making a change - any pull request submitted without being linked to a relevant issue will be questioned. Feel free to create a pull request to resolve an issue. Please provide as much detail and as many resources that will back up why you made the change and stick to the issue template provided as much as possible.
3+
When contributing to this repository, please first discuss the change you wish to make via an [issue](https://github.com/jackdomleo7/Cooltipz.css/issues) before making a change - any pull request submitted without being linked to a relevant issue will be questioned. Feel free to create a pull request to resolve an issue, fix a typo, make an improvement, update a dependency, etc. Please provide as much detail and as many resources that will back up why you made the change and stick to the issue template provided as much as possible.
44

55
When looking to contribute to Cooltipz.css, please first look at the [Cooltipz.css Kanban Board](https://github.com/jackdomleo7/Cooltipz.css/projects/4). Any issue sitting in the "To do (approved)" column is available to anyone to be picked up and worked on. _Do not pick up any issues in the "Backlog" column since these have not yet been approved to be added to the Cooltipz.css project._ Once you have found an issue you would like to work on, comment on issues asking if you can pick it up. Please do not ask to work on an issue that is assigned to someone else (you can see who is assigned to an issue by looking at the "assignee").
66

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Jack Domleo
3+
Copyright (c) 2020-present Jack Domleo
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[![MIT License](https://img.shields.io/badge/License-MIT-important)](https://github.com/jackdomleo7/Cooltipz.css#license "Read license") [![Brotli size](https://badgen.net/badgesize/brotli/jackdomleo7/Cooltipz.css/master/cooltipz.min.css)](https://github.com/jackdomleo7/Cooltipz.css/blob/master/cooltipz.min.css "File size - Brotli")
1010

11-
[![GitHub stars](https://img.shields.io/github/stars/jackdomleo7/Cooltipz.css?style=social)](https://github.com/jackdomleo7/Cooltipz.css/stargazers "Total GitHub stars") [![GitHub release (latest by date)](https://img.shields.io/github/v/release/jackdomleo7/Cooltipz.css?style=social)](https://github.com/jackdomleo7/Cooltipz.css/releases "Current version/release") [![npm](https://img.shields.io/npm/dt/cooltipz-css?logo=npm&style=social)](https://www.npmjs.com/package/cooltipz-css "Total npm downloads") ![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/cooltipz-css?label=JsDelivr&logo=jsdelivr&style=social "Monthly JsDelivr CDN hits")
11+
[![GitHub stars](https://img.shields.io/github/stars/jackdomleo7/Cooltipz.css?style=social)](https://github.com/jackdomleo7/Cooltipz.css/stargazers "Total GitHub stars") [![GitHub release (latest by date)](https://img.shields.io/github/v/release/jackdomleo7/Cooltipz.css?style=social)](https://github.com/jackdomleo7/Cooltipz.css/releases "Current version/release") [![npm](https://img.shields.io/npm/dm/cooltipz-css?logo=npm&style=social)](https://www.npmjs.com/package/cooltipz-css "Monthly npm downloads") [![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/cooltipz-css?label=JsDelivr&logo=jsdelivr&style=social "Monthly JsDelivr CDN hits")](https://www.jsdelivr.com/package/npm/cooltipz-css)
1212

1313
</div>
1414

0 commit comments

Comments
 (0)