We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
To what it’s worth this is not really crucial since the css file is pretty small but 🤷♂️
By looking around I found that in the kyt-universal-starter package that the shared-styles are being imported but not used.
kyt-universal-starter
shared-styles
You can see the file right here 👇 https://github.com/NYTimes/kyt/blob/4121828cf1c8061a90f1ed9f69979331bc4a02e1/packages/kyt-starter-universal/starter-src/src/components/Tools/styles.scss#L2-L6
I think that the $padding variable got forgotten.
$padding
padding-top
5px
small-padding
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
To what it’s worth this is not really crucial since the css file is pretty small but 🤷♂️
By looking around I found that in the
kyt-universal-starter
package that theshared-styles
are being imported but not used.You can see the file right here 👇 https://github.com/NYTimes/kyt/blob/4121828cf1c8061a90f1ed9f69979331bc4a02e1/packages/kyt-starter-universal/starter-src/src/components/Tools/styles.scss#L2-L6
I think that the
$padding
variable got forgotten.One of this things can be done.
$padding
on thepadding-top
property (Values are differents)5px
, one can create another value on theshared-styles
likesmall-padding
The text was updated successfully, but these errors were encountered: