style.less 81 B

12345678
  1. body{
  2. width: 100px;
  3. height: 100px;
  4. div{
  5. color: red;
  6. }
  7. }