Created
          February 14, 2021 16:38 
        
      - 
      
- 
        Save polarbirke/3341a72deb8cb798ed1054d9f1f59172 to your computer and use it in GitHub Desktop. 
Revisions
- 
        polarbirke created this gist Feb 14, 2021 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ body .foo { & + & { color: blue; } } 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ body .foo + body .foo { color: blue; } 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ { "sass": { "compiler": "dart-sass/1.26.11", "extensions": {}, "syntax": "SCSS", "outputStyle": "expanded" }, "autoprefixer": false }