Last active
August 4, 2021 10:27
-
-
Save oliviertassinari/4ed581d0d4c95eac0204d61c8493d7f7 to your computer and use it in GitHub Desktop.
Revisions
-
oliviertassinari revised this gist
Aug 4, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 @@ -4,4 +4,5 @@ "main": "main", "peerDependencies": { "@material-ui/styled-engine-sc": "*" } } -
oliviertassinari revised this gist
Aug 4, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 @@ -2,6 +2,6 @@ "name": "@material-ui/styled-engine-sc", "version": "0.0.1", "main": "main", "peerDependencies": { "@material-ui/styled-engine-sc": "*" } -
oliviertassinari created this gist
Aug 4, 2021 .There are no files selected for viewing
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 @@ module.exports = require('@material-ui/styled-engine-sc'); 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,7 @@ { "name": "@material-ui/styled-engine-sc", "version": "0.0.1", "main": "main", "dependencies": { "@material-ui/styled-engine-sc": "*" }