-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rewrite last scss modules to `sx` * remove scss modules setup
- Loading branch information
1 parent
de828d2
commit cfc34e5
Showing
21 changed files
with
202 additions
and
1,878 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,7 @@ | |
"start": "next start", | ||
"build": "next build", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"css-types": "typed-scss-modules src --exportType default", | ||
"css-types:check": "yarn css-types --listDifferent", | ||
"css-types:watch": "yarn css-types --watch" | ||
"lint:fix": "eslint . --fix" | ||
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.13.5", | ||
|
@@ -75,9 +72,7 @@ | |
"eslint-plugin-security": "^3.0.1", | ||
"eslint-plugin-simple-import-sort": "^12.1.1", | ||
"eslint-plugin-unicorn": "^56.0.1", | ||
"prettier": "^3.3.3", | ||
"sass": "^1.81.0", | ||
"typed-scss-modules": "^8.0.1" | ||
"prettier": "^3.3.3" | ||
}, | ||
"packageManager": "[email protected]", | ||
"resolutions": { | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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 characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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 characters
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
src/components/ProblemAdministration/ProblemAdministration.module.scss
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/components/ProblemAdministration/ProblemAdministration.module.scss.d.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.