Skip to content

Commit dd8a2c2

Browse files
committed
Add browser support stub
1 parent ab03b7d commit dd8a2c2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

navigation.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
'Getting Started' => [
55
'Quick Start' => 'quick-start',
66
'Installation' => 'installation',
7+
'Upgrade Guide' => 'upgrading-to-v1',
78
'Using with Sass/Less/Stylus' => 'using-with-sass-less-stylus',
89
'Controlling File Size' => 'controlling-file-size',
9-
'Upgrade Guide' => 'upgrading-to-v1',
10+
'Browser Support' => 'browser-support',
1011
],
1112
'Core Concepts' => [
1213
'Utility-First' => 'utility-first',

source/docs/browser-support.blade.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
extends: _layouts.documentation
3+
title: "Browser Support"
4+
description: "Understanding how to think about browser support with a utility-first framework."
5+
titleBorder: true
6+
---
7+
8+
Coming soon.

0 commit comments

Comments
 (0)