You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove bootstrap. Use tailwind (requires webpack) or even native CSS with flexboxes.
Remove jQuery. After removing bootstrap.min.js, the only thing left would be resizeable, which can be replaced by this tiny package. It can even be done without webpack, using just <script src="https://cdnjs.cloudflare.com/ajax/libs/split.js/1.6.0/split.min.js"></script>, docs cover its usage.
Add dark theme
The text was updated successfully, but these errors were encountered:
Remove bootstrap. Use tailwind (requires webpack) or even native CSS with flexboxes.
I like this as well. I'm unsure about the effort to make this happen
Remove jQuery. After removing bootstrap.min.js, the only thing left would be resizeable, which can be replaced by this tiny package. It can even be done without webpack, using just <script src="https://cdnjs.cloudflare.com/ajax/libs/split.js/1.6.0/split.min.js"></script>, docs cover its usage.
Issue
Current design feels outdated and uses outdated stack.
Suggestions
resizeable
, which can be replaced by this tiny package. It can even be done without webpack, using just<script src="https://cdnjs.cloudflare.com/ajax/libs/split.js/1.6.0/split.min.js"></script>
, docs cover its usage.The text was updated successfully, but these errors were encountered: