Skip to content

Commit

Permalink
fix: add system info for the CLI to install components
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Oct 24, 2024
1 parent ccf9dfc commit 55fd10d
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 267 deletions.
10 changes: 7 additions & 3 deletions project.emulsify.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
"checkout": "main"
},
"variant": {
"platform": "",
"platform": "drupal",
"structureImplementations": [
{
"name": "components",
"directory": "./src/components/"
},
{
"name": "foundation",
"directory": "./src/foundation/"
Expand All @@ -23,8 +27,8 @@
"directory": "./src/layout/"
},
{
"name": "components",
"directory": "./src/components/"
"name": "tokens",
"directory": "./src/tokens/"
}
]
}
Expand Down
29 changes: 0 additions & 29 deletions src/style.scss

This file was deleted.

228 changes: 0 additions & 228 deletions src/stylesheets/mixins.scss

This file was deleted.

Loading

0 comments on commit 55fd10d

Please sign in to comment.