Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dots from classmap #14

Open
TheJaredWilcurt opened this issue Jan 4, 2022 · 2 comments
Open

Remove dots from classmap #14

TheJaredWilcurt opened this issue Jan 4, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@TheJaredWilcurt
Copy link
Member

TheJaredWilcurt commented Jan 4, 2022

".cow": [
  ".rp__0"
]

should become

".cow": [
  "rp__0"
]

update tests and docs

@TheJaredWilcurt TheJaredWilcurt added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jan 4, 2022
@SumitKanth
Copy link

Hey @TheJaredWilcurt where is classmap

@TheJaredWilcurt
Copy link
Member Author

TheJaredWilcurt commented Jan 6, 2022

The classMap is something that is generated by this repo, so it is passed around and modified a lot. The dots in the class names are added here:

However when you remove it, you'll need to make sure it still shows up with a dot when the atomized CSS is generated and fix all the unit tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

2 participants