We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba5fbb commit 7bb62e7Copy full SHA for 7bb62e7
package.json
@@ -44,6 +44,10 @@
44
"gatsby"
45
],
46
"license": "MIT",
47
+ "browserslist": [
48
+ "last 2 version",
49
+ "> 2%"
50
+ ],
51
"scripts": {
52
"build": "./getDependencies.sh && gatsby build && node search/buildIndex.js",
53
"develop": "./getDependencies.sh && gatsby develop",
postcss.config.js
@@ -13,9 +13,7 @@ module.exports = {
13
plugins: [
14
atImport,
15
tailwindcss("./tailwind.js"),
16
- autoprefixer({
17
- browsers: ["last 2 versions", "> 2%"]
18
- }),
+ autoprefixer(),
19
cssnano({
20
preset: "default"
21
})
0 commit comments