decanter
Version:
Design System Tailwind CSS Preset.
19 lines (13 loc) • 487 B
Markdown
# Logo
**File**: `/src/plugins/components/logo/logo.js`
## Overview
Provides the `.logo` class to display the Stanford University logo text using the Stanford ligature font.
## Generated CSS Classes
- `.logo`
## Usage
```html
<!-- Text-based logo -->
<a class="logo text-white hocus:text-white text-20" href="https://stanford.edu">Stanford University</a>
<!-- Stacked logo -->
<a class="logo type-3 hocus:text-white" href="https://www.stanford.edu">Stanford<br />University</a>
```