diff --git a/.vscode/tasks.json b/.vscode/tasks.json index cf5e2230dc..57c9c596cb 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -134,7 +134,7 @@ { "label": "VSCode: Watch tutorial", "type": "npm", - "script": "watch:tailwind", + "script": "watch", "isBackground": true, "presentation": { "reveal": "never" diff --git a/netlify.toml b/netlify.toml index f538f7157f..5a2000d804 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,6 @@ # Netlify configuration file for building and deploying the Cursorless website. # Read by Netlify GitHub app. +# https://app.netlify.com/projects/cursorless/deploys [build] command = "./scripts/build-and-assemble-website.sh" diff --git a/package.json b/package.json index d74314d3a3..2a00a1062c 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,6 @@ "eslint-plugin-unicorn": "^63.0.0", "eslint-plugin-unused-imports": "^4.4.1", "prettier": "^3.8.1", - "prettier-plugin-tailwindcss": "^0.7.2", "syncpack": "^14.2.0", "tsx": "^4.21.0", "typescript": "^5.9.3", diff --git a/packages/cheatsheet-local/.browserslistrc b/packages/cheatsheet-local/.browserslistrc deleted file mode 100644 index 83f282df36..0000000000 --- a/packages/cheatsheet-local/.browserslistrc +++ /dev/null @@ -1,16 +0,0 @@ -# This file is used by: -# 1. autoprefixer to adjust CSS to support the below specified browsers -# 2. babel preset-env to adjust included polyfills -# -# For additional information regarding the format and rule options, please see: -# https://github.com/browserslist/browserslist#queries -# -# If you need to support different browsers in production, you may tweak the list below. - -last 1 Chrome version -last 1 Firefox version -last 2 Edge major versions -last 2 Safari major version -last 2 iOS major versions -Firefox ESR -not IE 9-11 # For IE 9-11 support, remove 'not'. diff --git a/packages/cheatsheet-local/index.html b/packages/cheatsheet-local/index.html index b1856f0bc1..98286cd5c3 100644 --- a/packages/cheatsheet-local/index.html +++ b/packages/cheatsheet-local/index.html @@ -5,7 +5,6 @@ Cursorless Cheatsheet -