mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Remove base styles page
We can add something around this later if we want.
This commit is contained in:
parent
9880e16821
commit
a0bca67765
@ -87,7 +87,6 @@
|
||||
<div class="mt-8">
|
||||
<p class="mb-4 text-slate-light uppercase tracking-wide font-bold text-xs">Styles</p>
|
||||
<ul class="mb-8">
|
||||
<li class="mb-3"><a href="{{ $page->baseUrl }}/base" class="{{ $page->active('/base') ? 'text-slate-darker font-bold' : 'text-slate-dark' }}">Base</a></li>
|
||||
<li class="mb-3">
|
||||
<a href="{{ $page->baseUrl }}/background-color" class="block mb-2 {{ $page->active('/background-') ? 'text-slate-darker font-bold' : 'text-slate-dark' }}">Backgrounds</a>
|
||||
<ul class="pl-4 {{ $page->active('/background-') ? 'block' : 'hidden' }}">
|
||||
|
||||
@ -1,14 +0,0 @@
|
||||
---
|
||||
extends: _layouts.markdown
|
||||
title: "Base"
|
||||
---
|
||||
|
||||
# Base
|
||||
|
||||
<div class="subnav">
|
||||
<a class="subnav-link" href="#usage">Usage</a>
|
||||
<a class="subnav-link" href="#responsive">Responsive</a>
|
||||
<a class="subnav-link" href="#customizing">Customizing</a>
|
||||
</div>
|
||||
|
||||
Document our base styles.
|
||||
Loading…
x
Reference in New Issue
Block a user