Comparing version 4.1.1 to 4.1.2
{ | ||
"name": "sheetify", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Modular CSS bundler", | ||
@@ -5,0 +5,0 @@ "repository": "sheetify/sheetify", |
@@ -40,3 +40,3 @@ # sheetify | ||
const tree = hx` | ||
<section className=${prefix}> | ||
<section class=${prefix}> | ||
<h1>My beautiful, centered title</h1> | ||
@@ -88,3 +88,3 @@ </section> | ||
const tree = hx` | ||
<section className=${prefix}> | ||
<section class=${prefix}> | ||
<h1>My beautiful, centered title</h1> | ||
@@ -109,3 +109,3 @@ </section> | ||
const tree = hx` | ||
<section className=${prefix}> | ||
<section class=${prefix}> | ||
<h1>My beautiful, centered title</h1> | ||
@@ -180,3 +180,3 @@ </section> | ||
const tree = hx` | ||
<section className=${prefix}> | ||
<section class=${prefix}> | ||
<h1>My beautiful, centered title</h1> | ||
@@ -183,0 +183,0 @@ </section> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26857