-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DEMO] Start reworking the demo page design (#896)
* [FEAT] rework demo page - tailwind.css - purged, minified css - render when fit margin changes - add zoom settings - prevent page zooming while zooming out of bpmn-container - fixed height for diagram container - document tailwind Co-authored-by: Thomas Bouffard <[email protected]>
- Loading branch information
Showing
13 changed files
with
7,784 additions
and
5,119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## CSS for Demo | ||
The project demo page uses [tailwindcss](https://tailwindcss.com/docs). | ||
|
||
To process the CSS rules and get an output tailwind.css file, which is used in demo page: | ||
run: `npm run demo` | ||
|
||
sub job demo:css does the trick, it uses postcss | ||
feel free to preview config files: | ||
- [postcss.config.js](postcss.config.js) | ||
- [tailwind.config.js](tailwind.config.js) | ||
|
||
TODO: livereload |
Oops, something went wrong.