Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Easier to read version? #5

Closed
mindctrl opened this issue Oct 14, 2014 · 1 comment
Closed

Easier to read version? #5

mindctrl opened this issue Oct 14, 2014 · 1 comment

Comments

@mindctrl
Copy link

flexible.css has lines that are over 7000 columns wide. It would be nice to have it formatted so it's easy to read.

Instead of this:
.xs-18-9,.xs-20-10,.xs-24-12{width:50%;}.xs-3-1,.xs-6-2,.xs-12-4,.xs-15-5,.xs-21-7,.xs-24-8{width:33.333333333333336%;}

Something like this:

.xs-20-10,
.xs-24-12 {
  width:50%;
}

.xs-3-1,
.xs-6-2,
.xs-12-4,
.xs-15-5,
.xs-21-7,
.xs-24-8 {
  width:33.333333333333336%;
}
@dnomak
Copy link
Owner

dnomak commented Oct 23, 2014

thanks @mindctrl

@dnomak dnomak closed this as completed Oct 23, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants