Skip to content

Commit

Permalink
chore: Remove Goldstar Design Tokens [sc-112652] #5
Browse files Browse the repository at this point in the history
Remove goldstar tokens and build logic
  • Loading branch information
flitterio authored Apr 17, 2023
1 parent 7ef2fe0 commit f3a7aaf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,038 deletions.
5 changes: 0 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@ let package = Package(
.library(
name: "todaytixDesignTokens",
targets: ["todaytixDesignTokens"]),
.library(
name: "goldstarDesignTokens",
targets: ["goldstarDesignTokens"]),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(name: "todaytixDesignTokens",
dependencies: []),
.target(name: "goldstarDesignTokens",
dependencies: []),
]
)
121 changes: 0 additions & 121 deletions Sources/goldstarDesignTokens/GradientTokens.swift

This file was deleted.

Loading

0 comments on commit f3a7aaf

Please sign in to comment.