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

Do not format values with slash on custom lostgrid properties #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmi3y
Copy link

@dmi3y dmi3y commented Apr 6, 2017

This is not really PR but feature question with code example in form of PR to outline the problem.

I'm using lostgrid framework for defining grids. And some of its properties exactly lost-column and lost-row can have a slash separated values like so:

div {
  lost-column: 1/3;
}

And when it processed through the stylefmt the value becomes space separated lost-column: 1 / 3; which is not valid value for lostgrid.

I'm not sure if it's really a concern for stylefmt to take care of not standard properties, or what would be the best approach to make it work if there is any.

Thanks.

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

Successfully merging this pull request may close these issues.

None yet

1 participant