Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanyoung committed May 1, 2024
1 parent dfb06a9 commit 1846428
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 394 deletions.
70 changes: 56 additions & 14 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"platforms": {
"scss": {
"transforms": ["attribute/cti", "name/cti/custom-kebab", "time/seconds", "content/icon", "size/use-unit", "color/css"],
"transforms": [
"attribute/cti",
"name/cti/custom-kebab",
"time/seconds",
"content/icon",
"size/use-unit",
"color/css"
],
"buildPath": "build/scss/",
"files": [
{
Expand All @@ -22,7 +29,14 @@
]
},
"css": {
"transforms": ["attribute/cti", "name/cti/custom-kebab", "time/seconds", "content/icon", "size/use-unit", "color/css"],
"transforms": [
"attribute/cti",
"name/cti/custom-kebab",
"time/seconds",
"content/icon",
"size/use-unit",
"color/css"
],
"buildPath": "build/css/",
"files": [
{
Expand All @@ -44,22 +58,45 @@
},
"cssUtilities": {
"buildPath": "build/utilities/",
"transforms": ["attribute/cti", "name/cti/custom-kebab", "time/seconds", "content/icon", "size/use-unit", "color/css"],
"files": [{
"destination": "utilities.css",
"format": "css/utility-classes"
}]
"transforms": [
"attribute/cti",
"name/cti/custom-kebab",
"time/seconds",
"content/icon",
"size/use-unit",
"color/css"
],
"files": [
{
"destination": "utilities.css",
"format": "css/utility-classes"
}
]
},
"sassUtilities": {
"buildPath": "build/utilities/",
"transforms": ["attribute/cti", "name/cti/custom-kebab", "time/seconds", "content/icon", "size/use-unit", "color/css"],
"files": [{
"destination": "utilities.scss",
"format": "css/utility-classes"
}]
"transforms": [
"attribute/cti",
"name/cti/custom-kebab",
"time/seconds",
"content/icon",
"size/use-unit",
"color/css"
],
"files": [
{
"destination": "utilities.scss",
"format": "css/utility-classes"
}
]
},
"js": {
"transforms": ["attribute/cti", "name/cti/pascal", "size/use-unit", "color/css"],
"transforms": [
"attribute/cti",
"name/cti/pascal",
"size/use-unit",
"color/css"
],
"buildPath": "build/js/",
"files": [
{
Expand All @@ -80,7 +117,12 @@
]
},
"json": {
"transforms": ["attribute/cti", "name/cti/pascal", "size/use-unit", "color/css"],
"transforms": [
"attribute/cti",
"name/cti/pascal",
"size/use-unit",
"color/css"
],
"buildPath": "build/json/",
"files": [
{
Expand Down
117 changes: 0 additions & 117 deletions properties/color/base.json

This file was deleted.

90 changes: 0 additions & 90 deletions properties/color/brand.json

This file was deleted.

22 changes: 0 additions & 22 deletions properties/color/font.json

This file was deleted.

11 changes: 0 additions & 11 deletions properties/size/border-radius.json

This file was deleted.

21 changes: 0 additions & 21 deletions properties/size/breakpoint.json

This file was deleted.

Loading

0 comments on commit 1846428

Please sign in to comment.