Skip to content

HiDeoo/astro-6-add-css-dev-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

astro-6-add-css-dev-repro

Steps to reproduce

  1. Clone this repository

  2. Run pnpm install

  3. Run pnpm dev

  4. Visit http://localhost:4321/

  5. Edit the src/components/Test.astro file to add some CSS:

    <style>
      div {
        background-color: red;
      }
    </style>
  6. Observe that the CSS changes are not reflected in the browser.

  7. Restart the dev server and observe that the CSS changes are now reflected.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors