Skip to content

Vite picking up styles only for root component #201

Closed as not planned
Closed as not planned
@cawa-93

Description

@cawa-93

Related plugins

Describe the bug

I create a custom element inside which I wrap a multi-components vue application. For some reason, vite ignores the styles of nested components and only inserts the styles of the root component.

In reproduction, expected two lines of text: one red and one green. Actual: two lines of text: one red and one black;

Reproduction

https://stackblitz.com/edit/vitejs-vite-djrzdx?file=src%2FApp.ce.vue

Steps to reproduce

No response

System Info

System:
    OS: Linux 5.0 undefined
    CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 0 Bytes / 0 Bytes
    Shell: 1.0 - /bin/jsh
  Binaries:
    Node: 16.20.0 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 9.4.2 - /usr/local/bin/npm
    pnpm: 8.6.3 - /usr/local/bin/pnpm
  npmPackages:
    @vitejs/plugin-vue: ^4.2.3 => 4.2.3 
    vite: ^4.4.2 => 4.4.3

Used Package Manager

npm

Logs

No response

Validations

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions