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

Please create a basic padding class #2

Open
brh55 opened this issue Nov 7, 2015 · 2 comments
Open

Please create a basic padding class #2

brh55 opened this issue Nov 7, 2015 · 2 comments

Comments

@brh55
Copy link
Owner

brh55 commented Nov 7, 2015

Fairly simple, just create a padding class to be used quickly. Should be a reasonable amount of px variation, it's up to you! Implementation is like below:

/* pad__inside-block-by-(i) */
.pad {
    @for $i from 10 to 50 by 10 {
       @mixin iem inside, block, by-$i {
           padding: $ipx;
     }
}

After that's done, run
1.

$ gulp build
$ git add .
$ git commit -m "Your message here"
$ git push

Create a PR to this branch when your implementation is done!

@amxdjfsfx
Copy link

Assigned to... me ;)

@brh55
Copy link
Owner Author

brh55 commented Nov 7, 2015

@akshayinbox You got it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants