Skip to content

Commit 99c52eb

Browse files
committed
📦 Release v0.10.0
1 parent 4d7bc0b commit 99c52eb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ module.exports = {
124124
},
125125
shadows: {
126126
colors: {
127-
grey: "var(--black-hsl)",
127+
black: "var(--black-hsl)",
128128
},
129129
sizes: {
130130
sm: `
@@ -153,6 +153,12 @@ module.exports = {
153153
`,
154154
},
155155
},
156+
prefixes: {
157+
dark: {
158+
features: ["backgrounds", "fonts", "borders", "shadows"],
159+
rule: "prefers-color-scheme: dark",
160+
},
161+
},
156162
};
157163
```
158164

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brixi-ui",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"homepage": "https://ui.brixi.dev/",
55
"description": "A sleek & slender design system built on web components.",
66
"author": "Kyle Andrews <codingwithkyle@gmail.com>",

src/framework/stylesheets/brixi.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.

0 commit comments

Comments
 (0)