Skip to content
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

Alignment of css or scss #18

Open
xypaul opened this issue Oct 17, 2013 · 2 comments
Open

Alignment of css or scss #18

xypaul opened this issue Oct 17, 2013 · 2 comments

Comments

@xypaul
Copy link

xypaul commented Oct 17, 2013

I like to have my css structure like this:

.grid                     { margin: 0 0 20px 0; }
.group:after, .grid:after { content: ""; display: table; clear: both; }

At the moment valign, aligns the code after { and not including the {. For example after valign it would look like this:

.grid{                      margin: 0 0 20px 0; }
.group:after, .grid:after { content: ""; display: table; clear: both; }

Would be really cool if that is possible. I'm sure others are experiencing simillar issues.

Thanks al lot :)
👍

@jarod2d
Copy link
Owner

jarod2d commented Oct 30, 2013

Hey, apologies for the late reply. This should be something that's not too difficult to add, but unfortunately I just don't have time to do so at the moment. If you or anyone else would like to add this, I'd be happy to merge a pull request.

@xypaul
Copy link
Author

xypaul commented Nov 5, 2013

Thanks for the reply 👍

I will have a look at the code and see if I can do it myself. Cheers bro.

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

No branches or pull requests

2 participants