bubo-rss/public/styles.input.css
Carter McBride 2932a6276e
Convert styling to Tailwind (#15)
* Initialize tailwind

* Convert styling to Tailwind

* Add console output for CSS build

* Allow reading the feeds from an environment variable

* Change link styling and no-script time format

* Fix ellipses
2024-07-17 12:01:36 -06:00

3 lines
59 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;