Skip to content

Commit

Permalink
Resolve dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Iinh committed Jan 12, 2021
1 parent cf0a3b1 commit 50f69fd
Show file tree
Hide file tree
Showing 58 changed files with 360 additions and 3,712 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ public/build/bundle.js
scripts/build-glean-metadata.js
src/ga.js
storybook-static/*
venv/*
venv/*
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
style: "scss",
},
scss: {
prependData: `@import 'src/scss/protocol/includes/_lib.scss';`,
prependData: `@import 'node_modules/@mozilla-protocol/core/protocol/css/protocol.scss';`,
},
postcss: {
plugins: [autoPrefixer],
Expand Down
1 change: 0 additions & 1 deletion .storybook/story.css
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
@import "../node_modules/@mozilla-protocol/core/protocol/css/protocol.scss";
Loading

0 comments on commit 50f69fd

Please sign in to comment.