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

Pass correct arguments (TOCSS error) #875

Merged
merged 1 commit into from
Feb 3, 2022
Merged

Commits on Feb 2, 2022

  1. Pass correct arguments (TOCSS error)

    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'
    ```
    victoriadrake committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    28b7231 View commit details
    Browse the repository at this point in the history