-
Notifications
You must be signed in to change notification settings - Fork 3
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
Various stylelint updates #255
Conversation
Note to self: Dit patroon veroorzaakt problemen: .abc {
position: 'relative';
&.def {
position: 'static';
}
& > .ghi {
position: 'absolute';
}
}
|
@EECOLOR Hier de rules die daarbij horen: https://github.com/kaliberjs/build/tree/master/library/stylelint-plugins/rules/parent-child-policy#position-absolute |
@@ -210,7 +210,13 @@ | |||
"vmax", | |||
"deg", | |||
"turn", | |||
"fr" | |||
"fr", | |||
"dvh", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
@ErwinCode Klopt. Het probleem waar ik op doelde is dat in het voorbeeld |
Ander ding: text-align zou eigenlijk alleen mogen op 'leaf' components |
|
|
regels voor |
Note to self: dingen die makkelijk doorgevoerd kunnen worden doorvoeren (met tests). Voor de rest een ander ticket maken. |
No description provided.