wordcamp-bristol-2019/wp-content/themes/twentynineteen-tailwindcss/resources/css/app.css

13 lines
224 B
CSS
Raw Normal View History

2019-03-19 11:37:15 +00:00
/*
2019-03-22 22:17:33 +00:00
Theme Name: Twenty Nineteen - Tailwind CSS
Template: twentynineteen
2019-03-19 11:37:15 +00:00
*/
2019-06-07 13:31:51 +00:00
@import 'tailwindcss/base';
2019-06-07 21:08:27 +00:00
@import 'custom-base';
2019-03-17 22:50:21 +00:00
2019-06-07 13:31:51 +00:00
@import 'tailwindcss/components';
2019-06-07 21:08:27 +00:00
@import 'custom-components';
2019-03-22 23:51:14 +00:00
2019-06-07 13:31:51 +00:00
@import 'tailwindcss/utilities';