This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {prefix} from '@acme/design-tokens'; | |
import {ArgumentArray} from 'classnames'; | |
import classNames from 'classnames'; | |
type CXOptions = { | |
customPrefix?: string; | |
}; | |
export const createCX = ({customPrefix}: CXOptions = {}) => { | |
const prefixToUse = `${customPrefix ? `${prefix}__${customPrefix}` : `${prefix}`}__`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Ansi 7 Color" : { | |
"Green Component" : 0.73333334922790527, | |
"Blue Component" : 0.73333334922790527, | |
"Red Component" : 0.73333334922790527 | |
}, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tap "homebrew/bundle" | |
cask "1password" | |
cask "fig" | |
cask "figma" | |
cask "fork" | |
cask "iterm2" | |
cask "notion" | |
cask "raycast" | |
cask "rectangle" | |
cask "slack" |