Update wiki about CSS standards #870
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#870
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The decision has been made to use kebab-case and brackets, more on this in issue: #710. This should be documented so that everyone uses it.
For updating our wiki based on what i have worked with when refactoring, we need to add 3 conventions.
Firstly that we should always use kebab-case for class names
.example-xxxand not.exampleXxxor anything similar.Secondly we should always reference classes with bracket notation in js:
Not:
but:
lastly we should add a section where rgba is allowed instead of hex specifically for shadows and similar css where hex colors are generally a worse option
Research looks good and is understandable, and should be added to the wiki.
Added to the wiki.
Great job! Will close this issue.