I have a Bedrock site setup on example.test
with the dev-main
version of Sage installed. Steps that work for me:
- Run
npm install
- Run
npm run dev
- Visit
http://example.test
- Modify
app.css
or other theme files - The browser with
http://example.test
opened has been refreshed with my changes