mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
13 lines
262 B
SCSS
13 lines
262 B
SCSS
@tailwind preflight;
|
|
@tailwind components;
|
|
|
|
// Code syntax highlighting,
|
|
// powered by https://highlightjs.org
|
|
@import '~highlight.js/styles/a11y-light.css';
|
|
|
|
@import 'base';
|
|
@import 'navigation';
|
|
@import 'documentation';
|
|
@import 'search';
|
|
|
|
@tailwind utilities;
|