
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@glideapps/prettier-plugin-glide-tailwind
Advanced tools
Formatting and sorting for glide tailwind classes
Supports
Go from this:
<div
tw="px-4 font-normal text-center w-32 h-32 object-cover mb-2 gp-sm:text-base gp-lg:text-lg gp-xl:(text-xl text-right)"
></div>
To this:
<div
tw="px-4 font-normal text-center text-s mw-32 h-32 object-cover mb-2
gp-lg:text-lg
gp-xl:(text-xl text-right)"
></div>
This plugin reads your tailwind.config.js
to sort tailwind classes in your project.
Install Prettier and the plugin into your project locally:
Glide engineers, please install this in /app
npm install --save-dev @glideapps/prettier-plugin-glide-tailwind
First thing to do is make sure you have modified the:
SET_CONFIG_PATH
NODE_CONFIG_PATH
that are found in src/utils/testing-envs.ts
yarn install
yarn build
yarn package
npm run test
results will be saved to test_formatted.tsx
FAQs
Formatting and sorting for glide tailwind classes
The npm package @glideapps/prettier-plugin-glide-tailwind receives a total of 16 weekly downloads. As such, @glideapps/prettier-plugin-glide-tailwind popularity was classified as not popular.
We found that @glideapps/prettier-plugin-glide-tailwind demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.