I've started using the outline icons in a new project, with Tailwind CSS. I've run into a problem since Tailwind's stroke-width stroke-1 etc. classes don't work, because each <path> has a hard-coded stroke-width="2" attribute that overri...
Add size utilities (shorthand for width and height)tailwindlabs/tailwindcss#1288 Closed Copy link XiBORcommentedJan 24, 2020 Wouldn't it be more convenient to make reductions for all properties at once? For example: size: 10px; // width: 10px, height: 10px || min-width: 10, max-width...
{ + "@types/node": "^18.11.18", + "@types/react": "^18.0.26", + "autoprefixer": "^10.4.13", + "eslint": "^8.30.0", + "postcss": "^8.4.21", + "tailwindcss": "^3.2.4", + "typescript": "^5.0.0" + } +} diff --git a/pages/_app.mdx b/pages/_app.mdx...
2 changes: 1 addition & 1 deletion2tailwind.config.js Original file line numberDiff line numberDiff line change Expand Up@@ -5,14 +5,14 @@ module.exports = { colors:{ primary:"#0F766E", secondary:"#0D9488", // gray: "#374151", ...