Подскажите пожалуйста как использовать переменные в css шаблонах ее2?
Пытаюсь на манер ее1
{assign_variable:default_font="Courier, 'Courier New', monospace"}
// then use it like this
.myclass{
font-family: {default_font};
}
толькок с {preload_replace:variable_name=“replacement”}
{preload_replace:default_font="Courier, 'Courier New', monospace"}
// then use it like this
.myclass{
font-family: {default_font};
}
не пашет...
Спасибо