Skip to content

Commit 30e08d7

Browse files
Ulysse ARNAUDUlysse ARNAUD
authored andcommitted
0.3.13
1 parent ce01505 commit 30e08d7

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ __Older browsers__
111111

112112
1. Import `main.js` in your HTML file
113113
```html
114-
<script src="https://cdn.jsdelivr.net/gh/ulyssear/[email protected].12/build/index.min.js"></script>
114+
<script src="https://cdn.jsdelivr.net/gh/ulyssear/[email protected].13/build/index.min.js"></script>
115115
```
116116

117117
2. Add one line of CSS to hide the page while building (and permits to hide elements with hidden attribute)

build/index.min.js

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

build/index.min.js.gz

-6 Bytes
Binary file not shown.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function init() {
7070

7171
const __entry = _entry.join(',')
7272

73-
if (_entry.includes('query,')) {
73+
if (__entry.includes('query,')) {
7474
uuid = generateUUID('cijih');
7575
element.setAttribute('id', uuid);
7676
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ulyssear/css-in-js-in-html",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "CSS-in-JS-in-HTML is a library that allows you to use CSS-in-JS with HTML only.",
55
"main": "build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)