Skip to content

Commit f5a7682

Browse files
authored
docs(plugin-api): add shape css variable
1 parent 39b3b8e commit f5a7682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/plugin-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ OpenSCD core sets the following CSS variables on the plugin:
172172
--oscd-base2: var(--oscd-theme-base2, #eee8d5);
173173
--oscd-base3: var(--oscd-theme-base3, #fdf6e3);
174174

175+
--oscd-shape: var(--oscd-theme-shape, 8px);
176+
175177
--oscd-text-font: var(--oscd-theme-text-font, 'Roboto');
176178
--oscd-text-font-mono: var(--oscd-theme-text-font-mono, 'Roboto Mono');
177179
--oscd-icon-font: var(--oscd-theme-icon-font, 'Material Icons');

0 commit comments

Comments
 (0)