-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Style missing when path case differs #14013
Copy link
Copy link
Closed
Labels
- P3: minor bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)feat: devRelated to `astro dev` CLI command (scope)Related to `astro dev` CLI command (scope)good first issueGood for newcomers. If you need additional guidance, feel free to post in #contribute on DiscordGood for newcomers. If you need additional guidance, feel free to post in #contribute on Discord
Metadata
Metadata
Assignees
Labels
- P3: minor bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)feat: devRelated to `astro dev` CLI command (scope)Related to `astro dev` CLI command (scope)good first issueGood for newcomers. If you need additional guidance, feel free to post in #contribute on DiscordGood for newcomers. If you need additional guidance, feel free to post in #contribute on Discord
Type
Fields
Give feedbackNo fields configured for issues without a type.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Steps to reproduce:
Create a new project with minimal template (Path:
D:\dev\astro-demo)Edit
src/pages/index.astro, insert some style at bottom:Open a terminal and change path to
d:\dev\astro-demo(note here)Run
npm run devand see in browserWhat's the expected result?
h1should be orange, but not. Then change path to case correct path, it becomes normal.Link to Minimal Reproducible Example
https://stackblitz.com/abcd1234
Participation