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

Compiling error #394

Closed
JOYScka opened this issue Jul 30, 2018 · 3 comments
Closed

Compiling error #394

JOYScka opened this issue Jul 30, 2018 · 3 comments
Assignees

Comments

@JOYScka
Copy link

JOYScka commented Jul 30, 2018

I'm receiving a Error (0x01)

Invalid CSS after "...mplate-columns:": expected expression (e.g. 1px, bold), was "[full-start] minmax"

The offending code is

grid-template-columns: [full-start] minmax(0, 1fr) / [main-start] repeat(4, minmax(0, 270px)) / [main-end] minmax(0, 1fr) / [full-end];

I wish I had more info and more knowledge to share. But I'm afraid I'm new to grid columns and this is the new core joomla4 template.

This is the only line causing an issue - when it is removed the sass is compiled. Any insights you could provide would be greatly appreciated - as I have tried in vain to set up sass through the terminal but I'm a bit of a noob and I'm totally relying on your awesome little app.

@TheJaredWilcurt
Copy link
Member

Scout-App v2.12.12 uses LibSass v3.3. CSS Grid support wasn't added into LibSass until v3.5.

The next release of Scout-App will have support for this. If you would like to use the latest code now (rather than wait for the next release), you can follow these instructions.

@tonextone
Copy link
Contributor

OK, I'm looking forward to the next release. Really.
Thanks.

@TheJaredWilcurt
Copy link
Member

@JOYScka @tonextone

Closing issue. This has been released in Scout-App v2.18.16.

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

No branches or pull requests

3 participants