This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/css/tailwind.css
2019-11-25 00:22:07 +00:00

11 lines
217 B
CSS

@import 'tailwindcss/base';
@import './base.css';
@import 'tailwindcss/components';
@import './components.css';
@import 'highlightjs/styles/github-gist';
@import 'tailwindcss/utilities';
@import './utilities.css';