Skip to content

Commit

Permalink
Merge pull request #182 from CSCfi/c-select-fix
Browse files Browse the repository at this point in the history
Add :host to theme definition
  • Loading branch information
villeerikssoncsc authored Nov 6, 2024
2 parents 5f1b9a1 + 17c3361 commit 1fcc77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/csc-ui/utils/createTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const getRgbValue = require('./getRgbValue');

const formats = {
css: {
fileStart: ':root {',
fileEnd: '\n};\n',
fileStart: ':root, :host {',
fileEnd: '\n}\n',
prefix: '\n\t--c',
postfix: '',
},
Expand Down

0 comments on commit 1fcc77b

Please sign in to comment.