* Implement simple node script * Add zola documentation * Add gh pages workflow * autogen widget docs
1.2 KiB
1.2 KiB
+++ title = "Troubleshooting" slug = "troubleshooting" weight = 4 +++
Troubleshooting
Here you will find help if something doesn't work, if the issue isn't listed here please open an issue on the github repo.
My scss isn't being loaded!
- You have not created a scss file
- The scss file isn't called correctly. (it should be called
eww.scss
in the$HOME/.config/eww
folder) - The scss file isn't placed in the correct location (check above)
- You have used two (or more) semi-colons (;;) insted of one (;) at the end of a line.
If none of these fixed your problem open an issue on the github repo. Or check the GTK-Debugger.
Eww can't find my configuration file!
- It's incorrectly named or it's in the wrong place (it should be called
eww.xml
in the$HOME/.config/eww
folder) - You haven't started eww correctly or you started it wrong. (See Starting Eww)
Something isn't styled correctly!
- You have misstyped the CSS class.
- Check the GTK-Debugger
Remeber if your issue isn't listed here, open an issue on the github repo.