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

Add link to browserslist docs to readme #63

Open
thany opened this issue Mar 9, 2017 · 8 comments · May be fixed by #170
Open

Add link to browserslist docs to readme #63

thany opened this issue Mar 9, 2017 · 8 comments · May be fixed by #170

Comments

@thany
Copy link

thany commented Mar 9, 2017

I'm missing browser query documentation.

I have no way of knowing what sort of syntax the browser query supports, what browser names it knows, and how to specify which (if any) versions to test against.

So can we please have some documentation on this?

@anandthakker
Copy link
Owner

anandthakker commented Mar 9, 2017 via email

@stevewillard
Copy link

@anandthakker can you release a version of doiuse to npm that supports this? I don't think what's in npm has this code.

@anandthakker
Copy link
Owner

Just published 2.6.0 -- thanks for the heads up @stevewillard

@ghost ghost changed the title Browser query documentation? Add link to browserslist docs to readme Jun 20, 2017
@ghost
Copy link

ghost commented Jun 20, 2017

Since doiuse now uses browserslist to resolve the targeted browsers, a reference to the browserslist docs in the readme should be enough. A PR is welcome.

@ghost ghost added the help wanted label Jun 20, 2017
@AuthorProxy
Copy link

doiuse": "^3.0.0" doesn't work with .browserslistrc as other postcss plugins by default

postcss.config.js:

  plugins: {
    stylelint: {},
    'postcss-import': {},
    'postcss-url': {},
    'css-mqpacker': {},
    // lost: {},
    'postcss-cssnext': {},
    precss: {},
    cssnano: {
      zindex: false,
      autoprefixer: false
    },
    doiuse: {},
    'postcss-browser-reporter': {},
    'postcss-reporter': {
      throwError: false,
      clearReportedMessages: true
    }
  }

@lallmon
Copy link

lallmon commented Sep 15, 2017

It seems like it's not picking up my browserslist section of my package.json either.

I have an explicit "not ie 10" rule, and still getting rem (root em) units only partially supported by: IE (10) (rem) wherever I use rem.

browserlist itself doesn't even seem to respect it's own query language docs, so it might not be a doiuse issue, lol. "not ie 10" passes the browser list query, so who knows

@niftylettuce
Copy link

v4.0.0 still does not detect a .browserslistrc file nor package.json configuration.

@equinusocio
Copy link

v4.0.0 still does not detect a .browserslistrc file nor package.json configuration.

Any update on this?

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

Successfully merging a pull request may close this issue.

7 participants