#

AIXF ExtraLess Paster — Frequently Asked Questions
### What does this addon do?
It modularizes and documents your
extra.less
file, letting you manage every included LESS file or inline block via the ACP.
### Will it break my extra.less?
No — all changes are confined to the clearly marked AIXF comment block.
Your custom code outside the block remains untouched.
### What gets imported?
- Every
<xf:css src="...">
include.
- All raw LESS outside of those include tags.
### Why is the wizard empty?
You’ve probably already imported all entries, or your
extra.less
only contains an AIXF manifest block.
### Can I import code into multiple styles?
Yes, the Import Wizard honors
style_id
and works per-style. You can repeat the process per style safely.
### Can I use conditionals or phrases in
<xf:css>
?
Conditional attributes aren’t parsed. Add those templates manually via
Add Entry if needed.
### How do I open the correct template to edit?
Click
Open Template on the entry — it looks up
.less
and non-extension variants, preferring the selected style, falling back to master.
### What happens if a template already exists?
It’s reused; no overwrite occurs.
### Can I disable everything temporarily?
Yes — use
Mass Disable to flip all entries off in one action.
### How do I reset the manifest or start over?
Use
Clean Extra.less to strip the AIXF block and re-import as needed.
### What’s logged in server logs?
Actions such as imports, disables, and rebuilds, for example: