Skip to content

postcss-selector-parser version update cause bug #20222

Description

@hisland

p.replaceWith(p.nodes)

postcss-selector-parser from 6.1.2 to 6.1.3 , this call must use ... spread

this cause my group gropu:hover not work

<script setup lang="ts">
import { ref, Teleport } from 'vue'
</script>
<template>
  <div class="w-[500px] h-[500px] bg-red-300 flex justify-center items-center group">
    <div class="w-[200px] h-[200px] bg-blue-300 group-hover:bg-green-300">sss</div>
  </div>
</template>
<style scoped lang="less"></style>

the out put css dont have

.group:hover .group-hover\:bg-green-300 {
  bg-green-300
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions