what is CSS Mixins? i am seeing that as a tab in extjs documentation?
I am trying to understand http://oocss.org/spec/css-mixins.html
How to use CSS Mixins in extjs?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ExtJS uses the Sass pre-compiler for its CSS themes.
A mixin lets you define and re-use a chunk of CSS.
http://sass-lang.com/documentation/file.SASS_REFERENCE.html#mixins
You can read more about ExtJS theming here:
http://docs.sencha.com/ext-js/4-1/#!/guide/theming