Created
          January 10, 2022 18:33 
        
      - 
      
- 
        Save yairEO/64d412cd7fcc65d2fd09d10c89cb2e0f to your computer and use it in GitHub Desktop. 
Revisions
- 
        yairEO created this gist Jan 10, 2022 .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,3 @@ div { transform: translate(100px) var(--transform-y, ); } 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 @@ div { transform: translate(100px) var(--transform-y); } 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.32.12", "extensions": {}, "syntax": "SCSS", "outputStyle": "expanded" }, "autoprefixer": false }