Packages
An opinionated template to create phoenix apps, using live view and tailwind. (Live Dashboard Supported)
Current section
Files
Jump to
Current section
Files
template/$PROJECT_NAME$/assets/css/app.css
/* This file is for your main application css. */
@import "tailwindcss/base";
@import "tailwindcss/components";
/* Vendors */
@import "vendor/liveview.css";
@import "vendor/nprogress.css";
@import "tailwindcss/utilities";