Skip to content

Instantly share code, notes, and snippets.

@rohanthewiz
Created December 18, 2015 04:45
Show Gist options
  • Save rohanthewiz/337218796c19ad510a57 to your computer and use it in GitHub Desktop.
Save rohanthewiz/337218796c19ad510a57 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
.asset-edit-table {
width: 100%;
&__row {
width: 100%;
}
&__left-side {
display: inline-block;
width: 48%;
#tag_view_id {
max-width: 400px;
}
}
&__right-side {
display: inline-block;
width: 48%;
padding-left: 1%;
}
}
.asset-edit-table {
width: 100%;
}
.asset-edit-table__row {
width: 100%;
}
.asset-edit-table__left-side {
display: inline-block;
width: 48%;
}
.asset-edit-table__left-side #tag_view_id {
max-width: 400px;
}
.asset-edit-table__right-side {
display: inline-block;
width: 48%;
padding-left: 1%;
}
@rohanthewiz
Copy link
Author

Doing a little BEM with SASS. Nice!

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