Skip to content

Commit

Permalink
fix: remove unused packages; update fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Jan 23, 2021
1 parent 9353392 commit ce07aa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 43 deletions.
37 changes: 1 addition & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@
"lit-element": "^2.4.0"
},
"peerDependencies": {
"@alaskaairux/orion-design-tokens": "^2.11.0",
"@alaskaairux/orion-web-core-style-sheets": "^2.10.1",
"@alaskaairux/orion-icons": "^2.1.5",
"@alaskaairux/design-tokens": "^3.0.0",
"@alaskaairux/webcorestylesheets": "^3.0.0",
"@webcomponents/webcomponentsjs": "^2.4.3",
"focus-visible": "^5.1.0"
},
"devDependencies": {
"@alaskaairux/design-tokens": "^3.0.0",
"@alaskaairux/orion-design-tokens": "^2.12.3",
"@alaskaairux/orion-icons": "^2.1.5",
"@alaskaairux/orion-web-core-style-sheets": "^2.12.2",
"@alaskaairux/webcorestylesheets": "^3.0.0",
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
Expand Down
2 changes: 1 addition & 1 deletion src/style-fixed.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import './node_modules/@alaskaairux/orion-design-tokens/dist/tokens/SassCustomProperties';
@import './node_modules/@alaskaairux/design-tokens/dist/tokens/SassCustomProperties';

:host([fixed]) {
@import './style.scss';
Expand Down

0 comments on commit ce07aa0

Please sign in to comment.