Skip to content

Commit

Permalink
Merge branch 'ROU-10725' of github.com:ionic-team/ionic-framework int…
Browse files Browse the repository at this point in the history
…o ROU-10728
  • Loading branch information
thetaPC committed May 22, 2024
2 parents 9d43e34 + 647b217 commit 3f7108c
Show file tree
Hide file tree
Showing 83 changed files with 6,806 additions and 1,591 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"build.css": "npm run css.sass && npm run css.minify",
"build.debug": "npm run clean && stencil build --debug",
"build.docs.json": "stencil build --docs-json dist/docs.json",
"build.tokens": "node ./scripts/tokens.js && npm run lint.sass.fix && npm run prettier.tokens",
"build.tokens": "node ./scripts/tokens/index.js && npm run lint.sass.fix && npm run prettier.tokens",
"clean": "node scripts/clean.js",
"css.minify": "cleancss -O2 -o ./css/ionic.bundle.css ./css/ionic.bundle.css",
"css.sass": "sass --embed-sources --style compressed src/css:./css",
Expand Down
197 changes: 0 additions & 197 deletions core/scripts/tokens.js

This file was deleted.

Loading

0 comments on commit 3f7108c

Please sign in to comment.