Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

namespaced positions. #1124

@Rhym

Description

@Rhym

Would love support for name spacing a section. KSS node's parser supports this e.g:

// Styleguide: components.button

as an alternative to the current:

// Styleguide: 1.2.3

The shadow DOM is the absolute business in SC5, so it will always be my number 1, but adding components to a large established component list is a real pain when using versioning.

I too a look at the current parser, and it does a regex check for /Styleguide [0-9]+, and it seemed to be pretty heavily coupled to the application. Perhaps the parser could be swapped out for kss node's latest version, and apply the changes that SC5 needs to generate the angular app using that object?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions