Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Illegal Nesting Error #169

Open
ghost opened this issue Jul 6, 2019 · 0 comments
Open

Illegal Nesting Error #169

ghost opened this issue Jul 6, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 6, 2019

I'm trying to nest a button on hover but when I save and compile I receive this error:

{
"status": 1,
"file": "/Users/name/Documents/GitHub/projectName/css/style.sass",
"line": 14,
"column": 5,
"message": "Illegal nesting: Only properties may be nested beneath properties.",
"formatted": "Error: Illegal nesting: Only properties may be nested beneath properties.\n on line 14 of Users/name/Documents/GitHub/projectName/css/style.sass\n>> &:hover {\n\n ----^\n"
}

Here is my code:

.btn-orange
  background: $orange-dark
  border: 1px solid $orange-dark
  color: white
    &:hover
      background: $orange
      border: 1px solid $orange
      color: white
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants