diff --git a/docs/source/styles/borders.md b/docs/source/styles/borders.md
deleted file mode 100644
index 0ffefddbf..000000000
--- a/docs/source/styles/borders.md
+++ /dev/null
@@ -1,187 +0,0 @@
----
-extends: _layouts.markdown
-title: "Borders"
----
-
-# Borders
-
-
@@ -22,7 +22,7 @@ Construct border size utilities using the `.border{-side?}{-width?}` syntax. For
Side (optional)
-
All
+
All (default)
t Top
r Right
b Bottom
@@ -31,14 +31,14 @@ Construct border size utilities using the `.border{-side?}{-width?}` syntax. For
Width (optional)
0 0px
-
1px
+
1px (default)
2 2px
4 4px
8 8px
-### Border size examples
+### Examples
```html
@@ -47,30 +47,13 @@ Construct border size utilities using the `.border{-side?}{-width?}` syntax. For
+
+
+
```
-```less
-// Using the border size utilities in Less
-div {
- .border;
- .border-t;
- .border-t-2;
-}
-```
+## Responsive
-### Customizing border sizes
-
-You can easily customize the border size utilities using the `@border-width-scale` variable. Please note that the entire scale must be redefined. It's not possible to add a new value to the existing scale.
-
-```less
-// The default border width scale
-@border-width-scale:
- '0' 0,
- default 1px,
- '2' 2px,
- '4' 4px,
- '8' 8px,
-;
-```
+## Customizing