Skip to content

Commit

Permalink
fix: prettier-fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Sep 10, 2024
2 parents 6949ca3 + 121e52e commit 2b7965d
Show file tree
Hide file tree
Showing 55 changed files with 3,013 additions and 7,259 deletions.
6 changes: 6 additions & 0 deletions assets/icons/angle-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/chevron-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/circle-info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/menu-close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/triangle-exclamation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/xmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/images/example/announcement-icon--dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/images/example/announcement-icon--light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
3 changes: 2 additions & 1 deletion config/emulsify-core/storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// Import additional stylesheets just for storybook.
// import '../../../dist/css/cl-style.css';
import '../../../dist/storybook/storybook-base.css';
import '../../../dist/storybook/storybook-components.css';
8 changes: 4 additions & 4 deletions config/sd.config.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"source": [
"tokens/transformed.tokens.json"
"src/tokens/transformed.tokens.json"
],
"platforms": {
"css": {
"transforms": [
"attribute/cti",
"name/cti/kebab",
"name/kebab",
"time/seconds",
"content/icon",
"html/icon",
"color/css",
"toRem/pxToRem",
"toPX/appendPX"
],
"files": [
{
"destination": "tokens/tokens.scss",
"destination": "src/tokens/tokens.scss",
"format": "css/variables"
}
]
Expand Down
Loading

0 comments on commit 2b7965d

Please sign in to comment.