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

Development #11

Merged
merged 3 commits into from
Nov 2, 2016
Merged

Development #11

merged 3 commits into from
Nov 2, 2016

Conversation

raphaelfabeni
Copy link
Owner

Add a first version of lint.
I have to change some stuff due to lint validation like some keyframes.
So, If I had something like:

@keyframes loaders
  0%,
  20%
    opacity: 0

I needed to change to:

@keyframes loaders
  0%
    opacity: 0

  20%
    opacity: 0

But it's ok! I think for the first version of lint, it's fine! If someone know more about it.. you're welcome to help me! :)

@raphaelfabeni raphaelfabeni merged commit 317d720 into master Nov 2, 2016
@raphaelfabeni raphaelfabeni deleted the development branch November 2, 2016 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant