mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 12:51:44 +03:00
37af06b14d
[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
11 lines
343 B
CSS
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;
|