diff --git a/less/base/_buttons.less b/less/base/_buttons.less
index ea00d9e..0e39a52 100644
--- a/less/base/_buttons.less
+++ b/less/base/_buttons.less
@@ -28,139 +28,6 @@
}
-/*
----
-name: Buttons
-category: Components
----
-
-Buttons are best used to enable a user to perform a change or complete steps in a task.
-They are typically found inside forms, modal dialogs, or as calls to action.
-
-We have 3 main types of buttons:
-* **Default** (via `.upf-btn--default`) that can be used when you need multiple buttons
- with no clear hierarchy between them.
-* **Primary** (via `.upf-btn--primary`) that is to be used to emphasize the most important
-action in a form (Example: "Save" or "Continue" in a form).
-* **Secondary** (via `.upf-btn--secondary`), that is to be used as a companion to primary action
-to represent a secondary action a user can perform. Because they can have negative consequences,
-especially when used unintentionally, Secondary Buttons have less visual weight.
-
-```buttons.html
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-### Alternative buttons
-------------------------
-* **For dark background** (via `.upf-btn--dark-bg`) can be used for buttons on dark backgrounds to ensure that the button is still visible.
-
-* **Destructive buttons** (via `.upf-btn--destructive`) can be used to signify a call-to-action that is negative (such as deletion)
-
-```buttons-alternative.html
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-```buttons-destructive-demo.hbs
- {{#destructive-button destructiveAction="deleteCampaign" record=model
- Delete
- {{/destructive-button}}
-```
-TODO: Finish this (font-awesome imports not working correctly?)
-* **Button with social media**
-* **Button with right icon** can be used to announce that clicking it will lead somewhere, making it useful for multistep processes.
-```buttons-alternative-2.html
-
-```
-
-### Available Sizes
--------------------
-
-Need different sizes to fit your design. Use `.upf-btn--small` or `.upf-btn--x-small`
-as size modifiers.
-
-```sizes.html
-