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

.borderless colums overwritten #151

Open
Solinx opened this issue Sep 3, 2017 · 0 comments
Open

.borderless colums overwritten #151

Solinx opened this issue Sep 3, 2017 · 0 comments

Comments

@Solinx
Copy link

Solinx commented Sep 3, 2017

Nice framework! I've been using parts of it in a new project. I did find some issues though, starting with borderless columns.

The borderless class effectively removes the top border, but because of the positioning of media queries the side borders get added further down in the stylesheet.

Moving this line to the bottom of _columns.scss, below the media queries, fixes things.
.borderless > * { border-color:transparent; }

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

No branches or pull requests

1 participant