-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Class names should be more unique or assignable #43
Comments
@orangecoloured thanks for opening the issue, you are right. |
@rommguy Not sure yet. Fixing it now. Will get back to you later when I make it work :) |
@rommguy So, I've got it working. Had to make a bit of refactoring so it would properly pass linting. Probably it's going to be a little bit messy. Anyway, you'll have a look for yourself when I submit it. Gonna do it today. Thanks for the package btw, it's really cross-browser. |
Looks like an excellent improvement, thanks! |
@rommguy, did you have time to review my PR? Are you going to merge it anytime soon or do you want anything changed/fixed beforehand? |
Hi @orangecoloured About the logic - |
@rommguy |
@rommguy Would you like me to fix the css issue? |
This is a critical issue in my opinion. |
I'm trying to play with it but i get errors when i try to run
@orangecoloured have you encountered similar issue? |
@sag1v are you building from my PR or the master branch? |
@orangecoloured i forked the master branch |
@sag1v yeah, then you'll get a huge amount of errors making the build. I think there are two ways of solving this. Either remove this linting from the build process or make the code to comply with its rules. I chose the second way, as I thought there was some reasoning for having that linter there. |
This is not a linting error though. @rommguy Do you have an idea what's that all about? |
I think the issue related to windows or mac / linux when runing when i remove the @orangecoloured on which OS are you? |
@sag1v linux. |
I posted a PR #51 using the css-module solution. @orangecoloured i hope you don't mind 😃 |
@sag1v not at all. |
Hi guys, |
I would advise changing class names that are used to something more unique. Or even make them customisable. For example these are pretty common and can be already used in any kind of a project:
outer-container
,inner-container
,content-wrapper
.That's what I encountered. The script just doesn't work because those already have assigned height, width, etc.
The text was updated successfully, but these errors were encountered: