Add massaging of data to CCC import.

This commit is contained in:
Patrick Fic
2023-01-16 15:54:23 -08:00
parent 76025b5db1
commit 392b405978
5 changed files with 68 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ module.exports = {
lessOptions: {
modifyVars: {
...(process.env.NODE_ENV === "development"
? { "@primary-color": "#a51d1d" }
? { "@primary-color": "#B22234" }
: {
//"@primary-color": "#1DA57A"
}),