Closed (fixed)
Project:
Drupal core
Version:
8.5.x-dev
Component:
CSS
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2017 at 19:31 UTC
Updated:
20 Jan 2018 at 22:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottComment #3
mukeysh commentedAdded patch for this.
Comment #4
mukeysh commentedMade a mistake in the previous patch added margin-top instead of margin. Re-adding patch.
Comment #6
joelpittetSome of the outside_in stuff has moved and this needs a reroll
Comment #7
harsha012 commentedre-rolled the patch
Comment #8
joelpittetThanks @harsha012, @Mukeysh’ and @alexpott. Since there are no CSS changes I intruduced a long hand margin and ensured it was picked up.
This is the error when people do forget to shorthand:
Comment #9
alexpotttrueis the default so we should just remove the line. See core/node_modules/stylelint-config-standard/index.jsComment #10
joelpittetI double checked it does the intended linting with the same margin-top/bottom/left/right.
Back to RTBC, sorry for RTBC'ing my own patch but didn't want to wait for a one line patch to come in.
Comment #11
alexpottCommitted 28830054bb and pushed to 8.5.x. Thanks!