Varia: Remove duplicate /vendors import

This commit is contained in:
Allan Cole 2019-08-21 13:32:35 -04:00
parent e859ac6165
commit 6588f4b06f
3 changed files with 1 additions and 69 deletions

View file

@ -3086,37 +3086,6 @@ img#wpstats {
font-size: 1.728rem;
}
/**
* Vendors
* - 3rd-party styles
*/
/**
* Vendors
* - 3rd-party compatibility styles
*/
/**
* Subscription
*/
.wp-block-jetpack-subscriptions form > * {
margin-top: 21.312px;
margin-bottom: 21.312px;
}
@media only screen and (min-width: 560px) {
.wp-block-jetpack-subscriptions form > * {
margin-top: 32px;
margin-bottom: 32px;
}
}
.wp-block-jetpack-subscriptions form > *:first-child {
margin-top: 0;
}
.wp-block-jetpack-subscriptions form > *:last-child {
margin-bottom: 0;
}
/**
* Responsive Logic
* - Loading this last to respect cascaing rules
@ -3350,7 +3319,7 @@ img#wpstats {
* - 3rd-party compatibility styles
*/
/**
* Subscription
* Subscription Form
*/
.wp-block-jetpack-subscriptions form > * {
margin-top: 21.312px;

View file

@ -3092,37 +3092,6 @@ img#wpstats {
font-size: 1.728rem;
}
/**
* Vendors
* - 3rd-party styles
*/
/**
* Vendors
* - 3rd-party compatibility styles
*/
/**
* Subscription Form
*/
.wp-block-jetpack-subscriptions form > * {
margin-top: 21.312px;
margin-bottom: 21.312px;
}
@media only screen and (min-width: 560px) {
.wp-block-jetpack-subscriptions form > * {
margin-top: 32px;
margin-bottom: 32px;
}
}
.wp-block-jetpack-subscriptions form > *:first-child {
margin-top: 0;
}
.wp-block-jetpack-subscriptions form > *:last-child {
margin-bottom: 0;
}
/**
* Responsive Logic
* - Loading this last to respect cascaing rules

View file

@ -66,12 +66,6 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import "sass/pages/imports";
/**
* Vendors
* - 3rd-party styles
*/
@import "sass/vendors/imports";
/**
* Responsive Logic
* - Loading this last to respect cascaing rules