-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Lens] Cleanup SASS and add linting #46100
Conversation
@miukimiu I had to create a new branch and cherry pick our commits because the Lens feature branch which we originally branched off of was squashed and merged into master. |
💚 Build Succeeded |
550a8dd
to
82bcb0f
Compare
💚 Build Succeeded |
# Conflicts: # x-pack/legacy/plugins/lens/public/index.scss
Sass cleanup for drag and drop comp
82bcb0f
to
2ea8b78
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build Succeeded |
Thanks @wylieconlon , Can you mark it as approved? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought I had already approved!
Just SASS cleanup
Moves styles to their correct respective files and renames classes to be inline with their component names. Linting wasn't too bad actually, only a few things. Everything should still be as it was.