back to home

fb55 / css-what

a CSS selector parser

246 stars
49 forks
2 issues
TypeScriptJavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing fb55/css-what in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/fb55/css-what)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

css-what A CSS selector parser. Example API ** - Parses .** The function returns a two-dimensional array. The first array represents selectors separated by commas (eg. ), the second contains the relevant tokens for that selector. Possible token types are: | name | properties | example | output | | ------------------- | --------------------------------------- | ------------- | ---------------------------------------------------------------------------------------- | | | | | | | | - | | | | | , | | | | | , | | | | | | | | | | , , , | | | | | , , , | | | | | , , , | | | | | , , , | | | | | - | | | | | - | | | | | - | | | | | - | | | | | - | | | | | - | | | ** - Turns back into a string.** --- License: BSD-2-Clause Security contact information To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.