Skip to content

Commit 71f5872

Browse files
committed
Updated version from 2.0.0 to 2.1.0
1 parent c3e6971 commit 71f5872

5 files changed

Lines changed: 6 additions & 6 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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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",

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)