to make grid more compact i try to override variables, but this not working, what right ways to override grid variable?
`
<style>
//using selector notworking
<div>
<div>#grid {</div>
<div> –smart-grid-header-height: 30px;</div>
<div> –smart-grid-row-height: 25px;</div>
<div> }</div>
//using tag not working
<div> smart-grid {</div>
<div> –smart-grid-header-height: 30px;</div>
<div> –smart-grid-row-height: 25px;</div>
<div> }</div>
</div>
</style>
`
-
This topic was modified 2 years, 10 months ago by Joko Pitoyo.