github css-doodle/css-doodle v0.21.0

latest releases: v0.39.0, v0.38.2, v0.38.1...
2 years ago

Features

  • Add the general @match selector.

    /* match the first 5 elements */
    @match( i <= 5 ) {
      background: red;
    }
    
    /* other math calculations */
    /* see https://twitter.com/yuanchuan23/status/1451564386192031748 */
    @match( gcd(x, y) ≠ 1 ) {
      background: red;
    }

changes

  • Use a shorter name fill for fill-rule.

Don't miss a new css-doodle release

NewReleases is sending notifications on new releases.