Skip to content

Commit c69fa8a

Browse files
Merge pull request microjs#966 from StephanHoyer/patch-3
add classies
2 parents ceaefbc + dac0b66 commit c69fa8a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5590,5 +5590,13 @@ module.exports = [{
55905590
description: "1kb JavaScript Identify Number Validater.",
55915591
url: "https://github.com/kucukharf/tiv",
55925592
source: "https://raw.githubusercontent.com/kucukharf/tiv/master/tiv.min.js"
5593+
},
5594+
{
5595+
name: "classies",
5596+
github: "StephanHoyer/classies",
5597+
tags: ["css", "classes"],
5598+
description: "Small and fast conditional css class builder",
5599+
url: "https://github.com/StephanHoyer/classies",
5600+
source: "https://github.com/StephanHoyer/classies/blob/master/index.js"
55935601
}
55945602
];

0 commit comments

Comments
 (0)