/**
 * This stylesheet provides all of the styles needed to run a standalone
 * pattern library application, including resets, component styles, util
 * styles and pattern styles.
 */
@use 'base';
@use 'index'; // component styles
@use 'patterns';
@use 'tailwindcss/utilities';
@use 'tailwindcss/components';
@use 'library';

// Syntax highlighting style for Highlight.js.
@use 'highlight.js/styles/github-dark.css';
