You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: