Skip to content

Commit

Permalink
Merge branch 'beta' into pr/lesha1201/299
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Nov 2, 2023
2 parents b1364ae + e1c28b2 commit 3c1f6a4
Show file tree
Hide file tree
Showing 92 changed files with 1,901 additions and 1,720 deletions.
1 change: 0 additions & 1 deletion examples/angular-with-progressive-rendering/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/angular-with-runtime-rendering/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/angular-with-static-extraction/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/astro-with-runtime-rendering/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/astro-with-static-extraction/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
2 changes: 1 addition & 1 deletion examples/cdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<link rel="stylesheet" href="https://cdn.master.co/normal.css@beta">
<script>
window.masterCSSConfig = {
colors: {
variables: {
primary: '#000000'
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cdn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://cdn.master.co/normal.css@beta">
<script>
window.masterCSSConfig = {
colors: {
variables: {
primary: '#000000'
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/esm.sh/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script type="module">
import { initRuntime } from 'https://esm.sh/@master/css@beta'
initRuntime({
colors: {
variables: {
primary: '#000000'
}
})
Expand Down
1 change: 0 additions & 1 deletion examples/laravel-with-runtime-rendering/master.css.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('@master/css').Config} */
export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/laravel-with-static-extraction/master.css.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('@master/css').Config} */
export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/lit/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/next.js-with-progressive-rendering/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/next.js-with-runtime-rendering/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/next.js-with-static-extraction/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/nuxt.js-with-progressive-rendering/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/nuxt.js-with-runtime-rendering/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/nuxt.js-with-static-extraction/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/react-with-progressive-rendering/master.css.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('@master/css').Config} */
export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/react-with-runtime-rendering/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/react-with-static-extraction/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/svelte-with-runtime-rendering/src/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/svelte-with-static-extraction/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/vite-with-runtime-rendering/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/vite-with-static-extraction/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/vue.js-with-progressive-rendering/master.css.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('@master/css').Config} */
export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/vue.js-with-runtime-rendering/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/vue.js-with-static-extraction/master.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Config } from '@master/css'

export default {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/webpack-with-runtime-rendering/master.css.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('@master/css').Config} */
module.exports = {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
1 change: 0 additions & 1 deletion examples/webpack-with-static-extraction/master.css.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('@master/css').Config} */
module.exports = {
styles: {},
colors: {},
rules: {},
variables: {},
semantics: {},
Expand Down
2 changes: 1 addition & 1 deletion packages/class-variant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@techor/one-liner": "^2.2.10"
"clsx": "^2.0.0"
}
}
Loading

0 comments on commit 3c1f6a4

Please sign in to comment.