diff --git a/doc/theming/styled/CaseStyleDoc.vue b/doc/theming/styled/CaseStyleDoc.vue
new file mode 100644
index 000000000..900ed1aa3
--- /dev/null
+++ b/doc/theming/styled/CaseStyleDoc.vue
@@ -0,0 +1,39 @@
+
+
+ Tokens are described with the dot separator e.g. primary.color, form.field.background or checkbox.icon.checked.color. At preset configuration, camel case and object property are used when mapping the dot separator.
+ The following is an example from the checkbox component tokens to represent the checkbox.icon.checked.color, all alternatives have the same result.
+ Currently Aura is the only available preset and more will follow in the upcoming updates.