Skip to content

Commit

Permalink
Move Sass to packages/shared (#289)
Browse files Browse the repository at this point in the history
Styling should be the same for the Connecticut map. If it ends up
diverging, we'll probably create an `overrides.css` file.
  • Loading branch information
Eric-Arellano authored Jan 10, 2025
1 parent 2424c9a commit bd5197a
Show file tree
Hide file tree
Showing 23 changed files with 10 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/primary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"test-dist": "PORT=8080 playwright test"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@prn-parking-lots/shared": "workspace:*",
"@parcel/resolver-glob": "~2.12.0",
"choices.js": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/primary/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
content='Background image is a map showing where the parking lots are in Columbus. The banner Reads "PARKING LOT MAPS" and has a logo for the Parking Reform Network in the corner.'
/>

<link rel="stylesheet" href="./css/style.scss" />
<link rel="stylesheet" href="../../shared/src/css/style.scss" />
</head>

<body>
Expand Down
4 changes: 3 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2"
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"choices.js": "^10.2.0",
"leaflet": "~1.9.3"
},
"devDependencies": {}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 6 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd5197a

Please sign in to comment.