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

CSS separator vs division sign #1

Open
flachware opened this issue Jun 4, 2021 · 1 comment
Open

CSS separator vs division sign #1

flachware opened this issue Jun 4, 2021 · 1 comment

Comments

@flachware
Copy link

How does the math-calc plugin handle edge cases, is there a way to escape / in the example below?

div {
  font: 16px / 2;
  grid-column: 1 / 4;
}
@ShahirZain
Copy link

Hi dear you can use like this
font-size : calc ( 36px / 2)

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