1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 22:04:04 +00:00
tenancy/source/_assets/sass/main.scss
Samuel Štancl a92690cea8 wip
2019-08-16 22:09:01 +02:00

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;