diff --git a/app/extensions/brave/locales/en-US/styles.properties b/app/extensions/brave/locales/en-US/styles.properties
index 369c6f46986..763be25632e 100644
--- a/app/extensions/brave/locales/en-US/styles.properties
+++ b/app/extensions/brave/locales/en-US/styles.properties
@@ -1,7 +1,17 @@
+introTitle=Welcome to the Brave Browser style guide
+intro=The following are examples of the UI components available on the browser and how to use them.
styleGuide=Style Guide
typography=Typography
titles=Titles
h1=This is an h1
h2=This is an h2
h3=This is an h3
-h4=This is an h4
\ No newline at end of file
+h4=This is an h4
+forms=Forms
+inputs=Inputs
+buttons=Buttons
+whiteButton=White Button
+primaryButton=Primary Button
+switches=Switches
+onByDefault=On by default
+offByDefault=Off by default
\ No newline at end of file
diff --git a/js/about/preferences.js b/js/about/preferences.js
index 83ebb2e3d01..ecc467f264e 100644
--- a/js/about/preferences.js
+++ b/js/about/preferences.js
@@ -55,6 +55,7 @@ const hintCount = 3
require('../../less/switchControls.less')
require('../../less/about/preferences.less')
+require('../../less/forms.less')
require('../../less/button.less')
require('../../node_modules/font-awesome/css/font-awesome.css')
@@ -643,7 +644,7 @@ class GeneralTab extends ImmutableComponent {