
Security News
ESLint Adds Support for Parallel Linting, Closing 10-Year-Old Feature Request
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
@skeletonlabs/skeleton
Advanced tools
This repository contains all the stylesheets for the Skeleton package.
This repository contains all the stylesheets for the Skeleton package.
pnpm add @skeletonlabs/skeleton
@import 'tailwindcss';
@import '@skeletonlabs/skeleton'; /* Add Skeleton Stylesheet */
@import 'tailwindcss';
@import '@skeletonlabs/skeleton';
@import '@skeletonlabs/skeleton/themes/cerberus'; /* Add Skeleton Theme */
<html data-theme="cerberus">
<!-- Add Skeleton Theme -->
<!-- ... -->
</html>
This project uses Vite as the build tool. To author our CSS stylesheets in an efficient way we utilize Sass for handling things like loops and shared variables. This is merely a build tool so we will never author actual Sass, we're a Tailwind library after all.
src/
├── base/ # Core styles, color definitions, and base configurations
├── components/ # Component-specific classes
├── internal/ # Internal utilities, constants, and shared resources
├── themes/ # All official Skeleton themes
├── utilities/ # Tailwind utilities
└── variants/ # Tailwind variants
This project is licensed under the MIT license.
FAQs
This repository contains all the stylesheets for the Skeleton package.
The npm package @skeletonlabs/skeleton receives a total of 16,379 weekly downloads. As such, @skeletonlabs/skeleton popularity was classified as popular.
We found that @skeletonlabs/skeleton demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.