-
Hi!
version 3.0.0
I see an error in console: "ReferenceError: 'Set' is undefined" on IE10.
```javascript
import { brightness } from 'chromatism';
console.log(brightness(-3, '#d81919').hex);…
-
Recently I've been working on an eslint plugin called [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat/) that lints support for API's by using the caniuse db. [It seems there i…
-
Hello,
I love the library, I have been playing with it. It's very complete with lots of data 👏.
I was wondering if it would be possible to get headers from an input user agent instead of relayin…
-
Run `npx browserlist-ga` and open the link in Google Chrome.
The response from google is the following:
**This app is blocked**
**This app tried to access sensitive info on your Google Account.…
-
Whenever I start my project that was created with cookiecutter-plone-starter, I see the following warning:
```
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@lat…
-
- Laravel Mix Version: 6.0.19
- Node Version: v14.15.3
- Yarn Version: 1.22.4
- OS: Linux env
### Description:
Is it possible to define autoprefixer options for a specific file I want t…
-
Instead of having a static list of unsupported browsers https://github.com/PastVu/pastvu/blob/master/config/browsers.config.js#L5-L13, which does not get updated regularly, define the list of supporte…
-
If you are using an empty browserlist (or `>100%`) to remove existing vendor prefixes the `-ms-` prefix is not always removed.
The output is as expected given the following CSS:
```css
.example…
-
I just created the code framework with this command today .
```
npx create-react-app my-app
cd my-app
npm start
```
In development mode, my code, page performance is OK . Average 50 FPS . There…
-
if i dont add browserslist in my package.json , create-nuxt-app will not add any css prefix.
i think create-nuxt-app should add default browserslist in package.json.