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

关于解析css的问题 #26

Open
nieyafei opened this issue Mar 20, 2018 · 1 comment
Open

关于解析css的问题 #26

nieyafei opened this issue Mar 20, 2018 · 1 comment
Labels

Comments

@nieyafei
Copy link

@Keyframes antion {
0%{
margin-top: 60px;
}
50%{
margin-top: 10px;
}
100%{
margin-top: 60px;
}
}

这种的解析是不可行的,解析的结果前面会自带一个class属性,有什么解决办法吗?

@QingWei-Li QingWei-Li added the bug label Mar 21, 2018
@NoCLin
Copy link

NoCLin commented Feb 14, 2019

const regex = /(^|\})\s*([^{]+)/g

or <vuep v-model="template" :iframe="true"></vuep>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants