Skip to content

Standards or not? #37

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

Closed
Semigradsky opened this issue Oct 10, 2017 · 1 comment
Closed

Standards or not? #37

Semigradsky opened this issue Oct 10, 2017 · 1 comment
Labels

Comments

@Semigradsky
Copy link
Collaborator

Now this library reducing correct calc expressions.

For some people it would be convenient to write shorter but incorrect calc expressions.
For example

div {
  margin-left: -calc(2px *2);
}

instead

div {
  margin-left: calc(-1*(2px * 2));
}

There are some issues about this: #30, #32

I think that we should decide: use ONLY the correct syntax or start supporting an informal syntax.
If we choose the second option, we need to agree on what it will be.

@MoOx
Copy link
Owner

MoOx commented Oct 10, 2017

I would go for spec only but I don't really use this package neither postcss this day so do whatever you feel is good.

@MoOx MoOx removed their assignment Oct 10, 2017
@ben-eb ben-eb removed their assignment Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants