
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@thumbtack/tp-ui-core-function
Advanced tools
When using margin or padding vales in your Sass use the `tp-spacer(N)` function where N is an increment of `0.5`. Our base spacer unit is `8px`.
tp-spacer were deprecated on September 11 in favor of margin and padding classes from Thumbprint Atomic or tokens from Thumbprint Tokens.When using margin or padding vales in your Sass use the tp-spacer(N) function where N is an increment of 0.5. Our base spacer unit is 8px.
You should default to using the spacer function whenever possible but when building components that internally require small, precise spacing it is okay not to use the spacer function.
// Include this `import` at the top of your file.
@import '@thumbtack/tp-ui-core-function/_index';
.my-component {
margin-bottom: tp-spacer(2); // equivalent to 16px
padding: 0 tp-spacer(2.5); // equivalent to 20px
}
For spacing classes to use in your HTML see Thumbprint Atomic.
FAQs
When using margin or padding vales in your Sass use the `tp-spacer(N)` function where N is an increment of `0.5`. Our base spacer unit is `8px`.
We found that @thumbtack/tp-ui-core-function demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.