diff --git a/hugo/content/docs/faqs/can-i-edit-css-files.md b/hugo/content/docs/faqs/can-i-edit-css-files.md index 2a03af091..44d00fde0 100644 --- a/hugo/content/docs/faqs/can-i-edit-css-files.md +++ b/hugo/content/docs/faqs/can-i-edit-css-files.md @@ -16,6 +16,6 @@ menu: --- Forestry offers a friendly user interface to edit Markdown, JSON, YAML and TOML files. -Forestry is primarily meant for editors, not developers, stylesheets (CSS, Sass, Less, Stylus, etc.) and layouts are still edited through your usual developer workflow, usually locally in your favorite IDE and then pushed to your Git repository. +Forestry is primarily meant for editors, not developers, so stylesheets (CSS, Sass, Less, Stylus, etc.) and layouts must be edited through your usual development workflow -- usually locally in your favorite IDE and then pushed to your Git repository. Forestry will automatically synch with your Git repository and restart your preview environment, so any change to layouts and styles will be reflected after you push your changes.