Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Linted CSS #12250

Merged
merged 2 commits into from
Apr 2, 2016
Merged

Linted CSS #12250

merged 2 commits into from
Apr 2, 2016

Conversation

AllThingsSmitty
Copy link
Contributor

I went through the sample CSS for the “Getting Started” pages,
reordered rulesets properties to an alpha order, removed properties not
needed (based on last 2 versions of major browsers and IE8+) and
removed unnecessary property values (e.g., em units on line-height).

I went through the sample CSS for the “Getting Started” pages,
reordered rulesets properties to an alpha order, removed properties not
needed (based on last 2 versions of major browsers and IE8+) and
removed unnecessary property values (e.g., em units on line-height).
@AllThingsSmitty AllThingsSmitty mentioned this pull request Feb 27, 2016
@abose
Copy link
Contributor

abose commented Feb 28, 2016

@AllThingsSmitty It looks like the license agreement has not been signed. You will need to Accept the Brackets CLA before we can merge this pull request.

@AllThingsSmitty
Copy link
Contributor Author

Done.

I did this yesterday, too, so not sure why it doesn't show.

@AllThingsSmitty
Copy link
Contributor Author

@abose any concerns with this PR? Thanks.

@abose
Copy link
Contributor

abose commented Mar 21, 2016

@AllThingsSmitty Didn't get enough time to review this yet.
Tagging @swmitra our resident CSS Dinosaur ❗

@AllThingsSmitty
Copy link
Contributor Author

@abose @swmitra let me know if you have any questions about this PR. Thanks!

}

h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: 700;
line-height: 1.3em;
font-weight: 600;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

font-weight: 700 is now font-weight: 600. It matches the others, but might be worth it to double check if the zh-tw font requires the heavier weight.

@petetnt
Copy link
Collaborator

petetnt commented Mar 30, 2016

LGTM with one question about zh-tw font-weight

@AllThingsSmitty
Copy link
Contributor Author

@petetnt good point, I hadn't thought of that. I've reverted it back to the prior font-weight for zh-tw.

@abose abose added this to the Release 1.8 milestone Mar 31, 2016
@abose
Copy link
Contributor

abose commented Mar 31, 2016

@AllThingsSmitty Release 1.7 will be out this week or the next, so retargeted this for release 1.8 due to inadequate testing window for large changes like this.
Will merge this once Release 1.7 is shipped.

@AllThingsSmitty
Copy link
Contributor Author

@abose sounds good. Looking forward to it.

@abose abose modified the milestones: Release 1.7, Release 1.8 Apr 2, 2016
@abose abose merged commit 5bee800 into adobe:master Apr 2, 2016
@abose
Copy link
Contributor

abose commented Apr 2, 2016

LGTM.
Merging, 1.7 is 2-3 weeks away. That should give us adequate testing window.
Thanks @AllThingsSmitty For this change.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants