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

[CONVERT] Error prompt #100

Open
dhniels opened this issue Aug 10, 2018 · 0 comments
Open

[CONVERT] Error prompt #100

dhniels opened this issue Aug 10, 2018 · 0 comments

Comments

@dhniels
Copy link

dhniels commented Aug 10, 2018

"Sorry, we were not able to process your code. Please create a new issue and copy/paste your code at the provided link to help us fix the issue https://github.com/mojotech/sass2stylus/issues/new"

.staff {
	padding: 0;
	margin: 0;
	list-style: none;
	@extend %flexbox;
	@include flex-flow(wrap);
	text-align: center;
	li {
		padding: 30px 20px;
		box-sizing: border-box;
		width: 100%;

		@media #{$tablet} {
			@include flex(1, 1, 50%);
		}

		@media #{$desktop} {
			@include flex(1, 1, 33%);
		}

	}

	.name {
		margin-top: 20px;
	}

	.position {
		color: #666;
		font-size: .8em;
	}
}

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