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

Emit not support style #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Emit not support style #17

wants to merge 4 commits into from

Conversation

luxp
Copy link
Contributor

@luxp luxp commented Apr 1, 2017

Support show not supported style in weex-vue-loader
Two updates together:

  • style-validate branch in luxp/weex-styler
  • style-validate branch in luxp/weex-vue-loader

@Hanks10100 Hanks10100 requested a review from songsiqi April 1, 2017 08:48
@@ -172,7 +172,7 @@ var EXTENDED_COLOR_KEYWORDS = {
}

var LENGTH_REGEXP = /^[-+]?\d*\.?\d+(\S*)$/
var SUPPORT_CSS_UNIT = ['pt', 'wx']
var SUPPORT_CSS_UNIT = ['pt', 'wx', 'px']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weex uses px as default unit and will convert it to number format. No need to add this.

@Hanks10100 Hanks10100 mentioned this pull request Oct 1, 2017
@Hanks10100
Copy link
Contributor

#14 is already merged. This PR has many shared modifications and may cause conflicts.

I think in one PR only repair one problem is a better way.

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

Successfully merging this pull request may close these issues.

2 participants