mixins-important.css 888 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .class {
  2. border: 1;
  3. boxer: 1;
  4. border-width: 1;
  5. border: 2 !important;
  6. boxer: 2 !important;
  7. border-width: 2 !important;
  8. border: 3;
  9. boxer: 3;
  10. border-width: 3;
  11. border: 4 !important;
  12. boxer: 4 !important;
  13. border-width: 4 !important;
  14. border: 5;
  15. boxer: 5;
  16. border-width: 5;
  17. border: 0 !important;
  18. boxer: 0 !important;
  19. border-width: 0 !important;
  20. border: 9 !important;
  21. border: 9;
  22. boxer: 9;
  23. border-width: 9;
  24. }
  25. .class .inner {
  26. test: 1;
  27. }
  28. .class .inner {
  29. test: 2 !important;
  30. }
  31. .class .inner {
  32. test: 3;
  33. }
  34. .class .inner {
  35. test: 4 !important;
  36. }
  37. .class .inner {
  38. test: 5;
  39. }
  40. .class .inner {
  41. test: 0 !important;
  42. }
  43. .class .inner {
  44. test: 9;
  45. }
  46. .when-calling-nested-issue-2394 {
  47. width: auto !important;
  48. }
  49. .when-calling-nested-with-param-issue-2394 {
  50. width: 10px !important;
  51. }
  52. .class1-2421 {
  53. margin: 5px !important;
  54. }
  55. .class2-2421 {
  56. margin: 5px;
  57. }