This is different than an @import. @import is actually a part of css and uses a synchronous call before a render can take place. #include is done server side and keeps themes here on matrix where discussion and improvement can take place. Both can be used.
This is different than an
@import
.@import
is actually a part of css and uses a synchronous call before a render can take place.#include
is done server side and keeps themes here on matrix where discussion and improvement can take place. Both can be used.