Pass correct arguments (TOCSS error)#875
Merged
LisaFC merged 1 commit intogoogle:masterfrom Feb 3, 2022
victoriadrake:patch-1
Merged
Pass correct arguments (TOCSS error)#875LisaFC merged 1 commit intogoogle:masterfrom victoriadrake:patch-1
LisaFC merged 1 commit intogoogle:masterfrom
victoriadrake:patch-1
Conversation
Fixes a TOCSS error with incorrect arguments:
```txt
> HUGO_ENV=development hugo server
Start building sites …
hugo v0.92.1+extended darwin/amd64 BuildDate=unknown
WARN 2022/02/02 14:39:09 .File.UniqueID on zero object. Wrap it in if or with: {{ with .File }}{{ .UniqueID }}{{ end }}
Error: Error building site: TOCSS: failed to transform "scss/main.scss" (text/x-scss): SCSS processing failed: file ".../themes/docsy/assets/scss/_boxes.scss", line 37, col 18: wrong number of arguments (3 for 2) for `bg-gradient-variant'
```
Collaborator
|
Thanks! |
chalin
added a commit
to chalin/docsy
that referenced
this pull request
Feb 10, 2022
- This reverts commit 7c865d0. - Closes google#879
Collaborator
|
Hi @victoriadrake - it seems that this fix is causing problems, see #879. When I build the User Guide using Hugo v0.92.1+extended under a We've reverted it via #885. If this is still an issue, let us know, and we'll investigate more closely. /cc @deining |
chalin
added a commit
that referenced
this pull request
Feb 10, 2022
psedge
added a commit
to psedge/docsy
that referenced
this pull request
Mar 27, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes a TOCSS error with incorrect arguments:
> HUGO_ENV=development hugo server Start building sites … hugo v0.92.1+extended darwin/amd64 BuildDate=unknown WARN 2022/02/02 14:39:09 .File.UniqueID on zero object. Wrap it in if or with: {{ with .File }}{{ .UniqueID }}{{ end }} Error: Error building site: TOCSS: failed to transform "scss/main.scss" (text/x-scss): SCSS processing failed: file ".../themes/docsy/assets/scss/_boxes.scss", line 37, col 18: wrong number of arguments (3 for 2) for `bg-gradient-variant'