Skip to content

Commit e18b9ed

Browse files
authored
Merge pull request #70 from jackdomleo7/v2.1.0
2 parents cd2e4a8 + 71f5872 commit e18b9ed

5 files changed

Lines changed: 60 additions & 60 deletions

File tree

cooltipz.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cooltipz.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cooltipz-css",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Cooltipz.css is a pure CSS tooltip library that is lightweight, modern, accessible, customisable and easy to use",
55
"scripts": {
66
"build": "npm run lint:fix && sass --no-source-map src/cooltipz.scss ./cooltipz.min.css --style=compressed && sass --no-source-map src/cooltipz.scss ./cooltipz.css --style=expanded && npx postcss cooltipz.min.css --use autoprefixer cssnano --replace --no-map && npx postcss cooltipz.css --use autoprefixer --replace --no-map",
@@ -50,7 +50,7 @@
5050
"style": "cooltipz.min.css",
5151
"devDependencies": {
5252
"autoprefixer": "^10.4.0",
53-
"cssnano": "^5.0.9",
53+
"cssnano": "^5.0.10",
5454
"git-branch-is": "^4.0.0",
5555
"is-git-status-clean": "^1.0.0",
5656
"postcss": "^8.3.11",

src/cooltipz.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Cooltipz.css v2.0.0 | MIT License | github.com/jackdomleo7/Cooltipz.css */
1+
/*! Cooltipz.css v2.1.0 | MIT License | github.com/jackdomleo7/Cooltipz.css */
22

33
@forward "./variables/scss";
44
@use "./variables/scss" as *;

0 commit comments

Comments
 (0)