Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(560)

Issue 9462043: CSS housekeeping (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 11 months ago by huwshimi
Modified:
10 years, 10 months ago
Reviewers:
curtis, mp+164308, rharding
Visibility:
Public.

Description

CSS housekeeping Did a bunch of CSS cleanups to make things more consistent: Grouped mixins together. Grouped common classes and overrides together Added gradient mixin. Consistent formatting, order, indentation etc. using the following pattern: .class { @vars; .mixins; properties: values; .sub-classes { } .sub-classes2 { } } https://code.launchpad.net/~huwshimi/juju-gui/css-cleanup/+merge/164308 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 4

Patch Set 2 : CSS housekeeping #

Patch Set 3 : CSS housekeeping #

Patch Set 4 : CSS housekeeping #

Patch Set 5 : CSS housekeeping #

Unified diffs Side-by-side diffs Delta from patch set Stats (+277 lines, -314 lines) Patch
A [revision details] View 1 1 chunk +2 lines, -0 lines 0 comments Download
M lib/views/stylesheet.less View 1 63 chunks +275 lines, -314 lines 0 comments Download

Messages

Total messages: 5
huwshimi
Please take a look.
10 years, 11 months ago (2013-05-17 06:58:11 UTC) #1
curtis
Thank you Huw. LGTM. Do you need assistance landing this branch? Ping me if so.
10 years, 11 months ago (2013-05-20 20:57:16 UTC) #2
rharding
LGTM with a couple of comments below. https://codereview.appspot.com/9462043/diff/1/lib/views/stylesheet.less File lib/views/stylesheet.less (right): https://codereview.appspot.com/9462043/diff/1/lib/views/stylesheet.less#newcode62 lib/views/stylesheet.less:62: background-color: #302b28; ...
10 years, 11 months ago (2013-05-22 14:59:54 UTC) #3
huwshimi
Oh, I missed this review, thanks Rick... On 2013/05/22 14:59:54, rharding wrote: > LGTM with ...
10 years, 11 months ago (2013-05-30 00:08:02 UTC) #4
huwshimi
10 years, 11 months ago (2013-05-30 03:40:01 UTC) #5
*** Submitted:

CSS housekeeping

Did a bunch of CSS cleanups to make things more consistent:

Grouped mixins together.
Grouped common classes and overrides together
Added gradient mixin.
Consistent formatting, order, indentation etc. using the following pattern:

.class {
    @vars;
    .mixins;
    properties: values;

    .sub-classes {
    }
    .sub-classes2 {
    }
}

R=curtis, rharding
CC=
https://codereview.appspot.com/9462043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b