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/resources/css/app.css

9 lines
191 B
CSS
Raw Normal View History

2019-06-07 20:41:43 +00:00
@import 'tailwindcss/base';
@import 'custom-base';
2019-03-09 23:58:42 +00:00
2019-06-07 20:41:43 +00:00
@import 'tailwindcss/components';
@import 'highlightjs/styles/github-gist';
@import 'custom-components';
2019-03-09 22:48:31 +00:00
2019-06-07 20:41:43 +00:00
@import 'tailwindcss/utilities';