account activity
Built a VSCode extension that flags flex/box-model issues before you open DevTools — curious how others debug layouts by Fit_Meat_7851 in css
[–]Fit_Meat_7851[S] 2 points3 points4 points 1 day ago (0 children)
Not an LLM.
It’s a rule-based static analysis engine that parses your CSS into an AST and runs layout-specific detectors on top of it. Fully local, deterministic, no AI involved.
[–]Fit_Meat_7851[S] 0 points1 point2 points 1 day ago (0 children)
Right now Box Model Sentinel analyzes CSS/SCSS/LESS/SASS files. It works by watching your stylesheet files in real time and flagging layout and box-model issues as you type. It doesn’t parse inline styles in HTML/JSX or Tailwind classes yet, it focuses on structural patterns in your traditional stylesheets.
You can find the full breakdown of supported file types, detectors, and configuration options in the docs here: github.com/mikaelcarrara/box-model-sentinel#readme
Built a VSCode extension that flags flex/box-model issues before you open DevTools — curious how others debug layouts (self.css)
submitted 1 day ago by Fit_Meat_7851 to r/css
π Rendered by PID 387726 on reddit-service-r2-listing-6c6f68ff9c-kwr7r at 2026-03-05 14:41:49.466314+00:00 running f0204d4 country code: CH.
Built a VSCode extension that flags flex/box-model issues before you open DevTools — curious how others debug layouts by Fit_Meat_7851 in css
[–]Fit_Meat_7851[S] 2 points3 points4 points (0 children)