Skip to content

CRMR: replace @lyricalstring/gale with stylelint - #5

Closed
codebend3r wants to merge 0 commit into
mainfrom
fix-broken-css-lint-dependency
Closed

codebend3r wants to merge 0 commit into
mainfrom
fix-broken-css-lint-dependency

Conversation

@codebend3r

Copy link
Copy Markdown
Owner
  • bun install --frozen-lockfile failed in CI: @lyricalstring/gale's postinstall fetches a binary from github.com/LyricalString/gale/releases, and that upstream repo is now deleted (404 on the repo itself, not just the release)
  • drop @lyricalstring/gale, add stylelint + stylelint-config-standard-scss (installed from npm, no external binary download at install time)
  • .stylelintrc.json extends stylelint-config-standard-scss; disable selector-class-pattern since this repo's CSS Modules classes are intentionally camelCase, and exempt font-family/--font-* from value-keyword-case since font names aren't CSS keywords
  • lint:css/lint:css:fix and the lint-staged *.{css,scss} entry now call stylelint instead of gale
  • stylelint --fix modernized rgba() to rgb() space/percentage syntax across global.css and a few *.module.css files, plus blank lines between rules per stylelint-config-standard-scss
  • fixed deprecated word-break: break-word to overflow-wrap: anywhere in DesignSystem.module.css

@netlify

netlify Bot commented Sep 5, 2026

Copy link
Copy Markdown

Deploy Preview for crammr ready!

Name Link
🔨 Latest commit a122969
🔍 Latest deploy log https://app.netlify.com/projects/crammr/deploys/6a9d5b4bda3d6c00084982d9
😎 Deploy Preview https://deploy-preview-5--crammr.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@codebend3r codebend3r closed this Sep 6, 2026
@codebend3r
codebend3r force-pushed the fix-broken-css-lint-dependency branch from d16edc5 to a122969 Compare September 6, 2026 12:23
@codebend3r
codebend3r deleted the fix-broken-css-lint-dependency branch September 6, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant