8 lines
102 B
CSS
8 lines
102 B
CSS
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@import './components/search-form.css';
|
|
|
|
@tailwind utilities;
|