Change assets to resources

This commit is contained in:
Oliver Davies 2019-04-02 10:06:26 +01:00
parent 54548ce541
commit a03f3e89c9
4 changed files with 1 additions and 1 deletions

6
resources/css/app.css Normal file
View file

@ -0,0 +1,6 @@
@tailwind components;
@import 'components/balloon.css';
@import 'components/button.css';
@tailwind utilities;