We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab03b7d commit dd8a2c2Copy full SHA for dd8a2c2
navigation.php
@@ -4,9 +4,10 @@
4
'Getting Started' => [
5
'Quick Start' => 'quick-start',
6
'Installation' => 'installation',
7
+ 'Upgrade Guide' => 'upgrading-to-v1',
8
'Using with Sass/Less/Stylus' => 'using-with-sass-less-stylus',
9
'Controlling File Size' => 'controlling-file-size',
- 'Upgrade Guide' => 'upgrading-to-v1',
10
+ 'Browser Support' => 'browser-support',
11
],
12
'Core Concepts' => [
13
'Utility-First' => 'utility-first',
source/docs/browser-support.blade.md
@@ -0,0 +1,8 @@
1
+---
2
+extends: _layouts.documentation
3
+title: "Browser Support"
+description: "Understanding how to think about browser support with a utility-first framework."
+titleBorder: true
+
+Coming soon.
0 commit comments