enso/app/gui/view/documentation/assets/input.css
Ilya Bogdanov 37af06b14d
Integrate Tailwind framework (#3999)
[Task link](https://www.pivotaltracker.com/story/show/183992025)

This PR moves the documentation visualization into a separate crate and sets up the Tailwind CSS framework for this new crate.

We would use Tailwind to style our HTML documentation.


https://user-images.githubusercontent.com/6566674/208719213-85f78f7e-8dc2-45d5-95a1-db4baad1bda1.mp4
2022-12-23 14:20:24 +00:00

11 lines
343 B
CSS

/*
In this file, one can define custom CSS rules for use in the documentation panel.
The Tailwind CLI utility uses this file as an input file, and the content is copied to
the final CSS stylesheet of the documentation panel.
See the crate documentation to learn more.
*/
@tailwind base;
@tailwind components;
@tailwind utilities;