Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法影响less编译器的编译顺序?
我有一个包含颜色设置和变量 (settings.less) 的 less 文件,以及一堆使用 settings.less 中的变量的其他 less 文件。
有没有办法在其他较少的文件中使用 settings.less 而无需在这些文件中导入它们?
也许这将有助于影响较少文件的编译顺序?编译 settings.less 作为第一个文件,以便编译器在内存中拥有所有变量?有没有办法做到这一点?似乎默认编译器以 aplhabetical 顺序编译文件。
Just like in C, Java, and others, you have to include/import dependencies from the file itself