fest-manager
fest-manager copied to clipboard
Prefix CSS with fm-
Ideally, we would want to have a bunch of classes that we can add to our objects like:
-
fm-button
-
fm-input-field
-
fm-search-box
-
fm-sidebar
And so on so that we do not clash with any other library we might end up having, as well as rapidly writing new forms as and when the need be.
If you take this up, take it up one css class at a time and create separate PRs for each as that eases the review process. We would also like to document these classes in /docs/styles.md
for developers.