-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Dart SASS / Remove Node SASS & Others Misc (#314)
* Added dart-sass In replacement of node-sass due to dependencies issues with new version of NodeJs LTS * Update _variable.sass to work with dart-sass * Update _layout.sass to work with dart-sass * Update index.sass to work with dart-sass * Update Docker file back to LTS from node14 * Image Updates for Report Player & Clan Management pages
- Loading branch information
Rowey
authored
Dec 28, 2021
1 parent
564bb64
commit 05c11e9
Showing
12 changed files
with
411 additions
and
407 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
const sass = require('node-sass'); | ||
const sass = require('dart-sass'); | ||
|
||
module.exports = { | ||
dev: { | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.