blob: 5a94a4575dbdb4afb3a248494f567641a5a40e29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@tailwind base;
@tailwind components;
// Code syntax highlighting,
// powered by https://highlightjs.org
@import '~highlight.js/styles/a11y-light.css';
@import 'base';
@import 'navigation';
@import 'mailchimp';
@import 'blog';
@tailwind utilities;
|