Skip to content

Conversation

akan
Copy link

@akan akan commented Aug 25, 2021

add code to solve v14 deep selector bug. v14 is used for many old projects, so..

         // ::v-deep pseudo
          if (n.type === 'pseudo' && n.value === '::v-deep') {
            n.value = n.spaces.before = n.spaces.after = ''
            return false
          }

ci is failed. maybe this v14 branch is too old to check the CI config?
local test.

npm run lint
npm run test

is ok.

@akan akan changed the title fix ::v-deep bug. fix v14 ::v-deep bug. Aug 25, 2021
@akan akan changed the title fix v14 ::v-deep bug. fix: v14 ::v-deep bug. Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant