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

Adds support for specifying zero offsets #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dylanbeattie
Copy link

I've used colums and offsets to control element width in a few places, like so:

<div class="row">
   <div class="col-8 off-2 col-12-small off-0-small">
      content goes here
  </div>
</div>

Which needs a set of off-0-??? classes generated for the various scenarios where it can be applied.

I've used colums and offsets to control element width in a few places, like so:
```
<div class="row">
   <div class="col-8 off-2 col-12-small off-0-small">
      content goes here
  </div>
</div>
```
Which needs a set of `off-0-???` classes generated for the various scenarios where it can be applied.
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.

1 participant