mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-08 04:21:07 -05:00
Not stable yet, but initial structure https://agents.md https://agentskills.io/specification https://code.visualstudio.com/docs/copilot/customization/custom-instructions https://code.visualstudio.com/docs/copilot/customization/agent-skills
650 B
650 B
applyTo, description
| applyTo | description |
|---|---|
| **/*.css | Editing CSS files |
CSS files
- Obey formatting rules defined in
.stylelintrc.json - Automatic fixes can be done with:
npm run stylelint_fix # or (targeting more than just CSS) make fix-all - Validation can be done with:
npm run stylelint # or (targeting more than just CSS) make test-all
Right-to-left CSS files
- Do not edit RTL CSS
*.rtl.cssfiles manually. - RTL CSS files are auto-generated from LTR CSS files using the
rtlcsstool. - Run the following command to regenerate the RTL files:
npm run rtlcss # or make rtl