Skip to content

Conversation

@tbela99
Copy link
Owner

@tbela99 tbela99 commented Oct 28, 2025

CSS Module support

  • scoped name generation
  • composes:
    • compose from local selector
    • compose from other files
    • compose from global selector
    • comma separated compose list
  • :local
  • :global
  • :local()
  • :global()
  • selector
  • dashed ident (custom properties)
  • css at-rule property
  • css at-rule value
  • keyframe animations
  • grid
  • naming
    • ignore
    • camelCase
    • camelCaseOnly
    • dashCase
    • dashCaseOnly
  • default mode
    • global
    • local
    • pure(at least one class or id)
    • icss
      • :import
      • :export

Bug Fixes

@tbela99 tbela99 added this to the v1.4.0 milestone Oct 28, 2025
This was linked to issues Oct 28, 2025
@tbela99 tbela99 merged commit 37d4a64 into master Oct 28, 2025
7 checks passed
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.

css modules <integer> syntax validation v1.4.0

2 participants