css3 - Dynamic Css Media Query -


@media (min-width: this-value) { .class {     width: query-width; } 

is possible?
please explain example.
thanks

this example of css pre-processor. can set variables in less can re-used throughout css.

less css pre-processor, meaning extends css language, adding features allow variables, mixins, functions , many other techniques allow make css more maintainable, themable , extendable.

check out couple of options:

http://lesscss.org/


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -