Tokens Studio for Figma
GitHubGitHub
  • Introduction
  • Getting started
    • Creating tokens
    • Applying tokens
    • Aliases
    • Using math
    • Color modifiers (Pro)
    • Documentation tokens
    • Token types
    • JSON schema
    • Settings
    • Overview
    • Sizing tokens
    • Spacing tokens
    • Color tokens
    • Border radius tokens
    • Border width tokens
    • Shadow tokens
    • Opacity tokens
    • Typography tokens
    • Asset tokens
    • Composition tokens (Pro)
    • Dimension tokens
    • Border tokens
    • Inspecting tokens
    • Handoff
  • Dev mode
    • Importing styles
    • Creating styles
    • Keeping styles in sync
    • Connect tokens to styles (Pro)
    • Swap styles (Pro)
    • Creating variables
    • References
    • Token Sets
    • Multi-Dimensional Themes (Pro)
    • Overview
    • JSONBin.io
    • URL
    • GitHub
    • GitLab
    • Azure DevOps
    • Supernova
    • Branch switching (Pro)
    • Generic Versioned Storage
    • Multi-file Sync (Pro)
    • Second screen (Pro)
    • Style dictionary
    • Contributing
    • Beta builds
    • Shared plugin space
    • Resetting tokens
    • Naming design tokens
Question? Give us feedback →Edit this page
Available tokens
Border width tokens

Border width Tokens

You can create tokens that define the border width of a layer. The value of this token would be a dimension, either unitless or with a unit such as px or rem.

{
  "my-token": {
    type: 'borderWidth',
    value: '2px',
  }
}
Border radius tokensShadow tokens

Tokens Studio for Figma