-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Order of Display property in CSS Linter #93
Comments
Sounds good! makes sense to me, could you be so kind and place a PR with this change on the |
Treating "box" as "display" and "position" feels like an oversight to me. What about MDO's property grouping? :
|
@vovimayhem I understand that and I think its a good point, but for example how we consider |
I would say for box model, we can customize the linting order, how does the other designers feel about this? |
@eldelentes @kurenn The |
Master @vovimayhem ! Let's make it box model then, or what do you think @eldelentes ? |
One of the reasons for the new properties sorting in our stylesheets it's to have a better semantics of the code.
Although with the
SMACSS sorting
we have a better ordering I think that thedisplay
property might place it before theposition
property because if not the outcome it's a little weird having in mind the closeness of thedisplay: flex
property andalign-items
property for example.So instead of having:
I propose this:
Let me know what you thing about this.
The text was updated successfully, but these errors were encountered: