@media (min-width: THIS-VALUE) {
.CLASS {
Width: QUERY-WIDTH;
}
Is this Possible?
Please explain with example.
Thanks
This is probably an example of a css pre-processor. You can set variables in less that can be re-used throughout your css.
Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.
Check out a couple of options: