Answer the question
In order to leave comments, you need to log in
How to correctly write values in style?
The component has the following snippet:
<div class="pr-devs">
<template v-for="p in cd.devs">
<style>
@media (min-width: 62em) {
.pr-devs {
grid-template-columns: repeat(p.grid, 1fr);
}
}
</style>
...
....
<style>
? It is not an option to write directly in styles, as it changes from the number of blocks.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question