Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: v14 ::v-deep bug. #1868

Open
wants to merge 2 commits into
base: v14
Choose a base branch
from
Open

fix: v14 ::v-deep bug. #1868

wants to merge 2 commits into from

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.

None yet

1 participant