Files
owl/doc/reference
mcm-odoo 74bd119bf5 [IMP] styles: handle & selector
This commit adds the support of the & selector.
This selector is useful to join a subrule with a parent selector.

example:

button {
  &:hover {
    background-color: red;
  }
}

will give

button:hover {
  background-color: red;
}
2020-01-09 09:37:27 +01:00
..
2019-11-13 08:49:25 +01:00
2020-01-09 09:37:27 +01:00
2019-10-28 14:23:02 +01:00