Skip to content

Commit d96e752

Browse files
authored
release: version 2025.1.9 (#19)
1 parent 673cb42 commit d96e752

File tree

301 files changed

+312
-300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

301 files changed

+312
-300
lines changed

builder.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ function init(fromName, toName) {
2222
.then(({ css }) => fs.writeFile(to, [header, css].join('\n\n'), () => true))
2323
}
2424

25-
init('web', 'colors')
25+
init('web', 'web')
26+
init('rainbow', 'colors')

colors.css

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": "style-forge.colors",
3-
"version": "2025.1.8",
3+
"version": "2025.1.9",
44
"description": "Style-Forge.Colors: customizable color palettes for consistent, visually appealing web designs.",
55
"type": "module",
66
"main": "colors.css",

src/colors/10/aliceblue.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ html.var[data-theme='dark'] .sf-c-aliceblue\:100\:dark, html.var.dark .sf-c-alic
195195
.sf-c-txt-aliceblue\:70 { color: hsl(var(--sf-c-txt-aliceblue-70)) }
196196
.sf-c-txt-aliceblue\:80 { color: hsl(var(--sf-c-txt-aliceblue-80)) }
197197
.sf-c-txt-aliceblue\:90 { color: hsl(var(--sf-c-txt-aliceblue-90)) }
198-
.sf-c-txt-aliceblue\:100 { color: hsl(var(--sf-c-txt-aliceblue-100)) }
198+
.sf-c-txt-aliceblue\:100 { color: hsl(var(--sf-c-txt-aliceblue-100)) }

src/colors/10/antiquewhite.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.

src/colors/10/aqua.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ html.var[data-theme='dark'] .sf-c-aqua\:100\:dark, html.var.dark .sf-c-aqua\:100
195195
.sf-c-txt-aqua\:70 { color: hsl(var(--sf-c-txt-aqua-70)) }
196196
.sf-c-txt-aqua\:80 { color: hsl(var(--sf-c-txt-aqua-80)) }
197197
.sf-c-txt-aqua\:90 { color: hsl(var(--sf-c-txt-aqua-90)) }
198-
.sf-c-txt-aqua\:100 { color: hsl(var(--sf-c-txt-aqua-100)) }
198+
.sf-c-txt-aqua\:100 { color: hsl(var(--sf-c-txt-aqua-100)) }

src/colors/10/aquamarine.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ html.var[data-theme='dark'] .sf-c-aquamarine\:100\:dark, html.var.dark .sf-c-aqu
195195
.sf-c-txt-aquamarine\:70 { color: hsl(var(--sf-c-txt-aquamarine-70)) }
196196
.sf-c-txt-aquamarine\:80 { color: hsl(var(--sf-c-txt-aquamarine-80)) }
197197
.sf-c-txt-aquamarine\:90 { color: hsl(var(--sf-c-txt-aquamarine-90)) }
198-
.sf-c-txt-aquamarine\:100 { color: hsl(var(--sf-c-txt-aquamarine-100)) }
198+
.sf-c-txt-aquamarine\:100 { color: hsl(var(--sf-c-txt-aquamarine-100)) }

src/colors/10/azure.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ html.var[data-theme='dark'] .sf-c-azure\:100\:dark, html.var.dark .sf-c-azure\:1
195195
.sf-c-txt-azure\:70 { color: hsl(var(--sf-c-txt-azure-70)) }
196196
.sf-c-txt-azure\:80 { color: hsl(var(--sf-c-txt-azure-80)) }
197197
.sf-c-txt-azure\:90 { color: hsl(var(--sf-c-txt-azure-90)) }
198-
.sf-c-txt-azure\:100 { color: hsl(var(--sf-c-txt-azure-100)) }
198+
.sf-c-txt-azure\:100 { color: hsl(var(--sf-c-txt-azure-100)) }

src/colors/10/beige.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ html.var[data-theme='dark'] .sf-c-beige\:100\:dark, html.var.dark .sf-c-beige\:1
195195
.sf-c-txt-beige\:70 { color: hsl(var(--sf-c-txt-beige-70)) }
196196
.sf-c-txt-beige\:80 { color: hsl(var(--sf-c-txt-beige-80)) }
197197
.sf-c-txt-beige\:90 { color: hsl(var(--sf-c-txt-beige-90)) }
198-
.sf-c-txt-beige\:100 { color: hsl(var(--sf-c-txt-beige-100)) }
198+
.sf-c-txt-beige\:100 { color: hsl(var(--sf-c-txt-beige-100)) }

src/colors/10/bisque.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ html.var[data-theme='dark'] .sf-c-bisque\:100\:dark, html.var.dark .sf-c-bisque\
195195
.sf-c-txt-bisque\:70 { color: hsl(var(--sf-c-txt-bisque-70)) }
196196
.sf-c-txt-bisque\:80 { color: hsl(var(--sf-c-txt-bisque-80)) }
197197
.sf-c-txt-bisque\:90 { color: hsl(var(--sf-c-txt-bisque-90)) }
198-
.sf-c-txt-bisque\:100 { color: hsl(var(--sf-c-txt-bisque-100)) }
198+
.sf-c-txt-bisque\:100 { color: hsl(var(--sf-c-txt-bisque-100)) }

0 commit comments

Comments
 (0)