Skip to content

Commit

Permalink
Merge pull request #198 from statisticsnorway/picture-card
Browse files Browse the repository at this point in the history
fixed style path
  • Loading branch information
erikgus committed Apr 24, 2020
2 parents b385505 + 0920285 commit 66fdd84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statisticsnorway/ssb-component-library",
"version": "2.0.13",
"version": "2.0.14",
"description": "Component library for SSB (Statistics Norway)",
"main": "lib/bundle.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@import './components/FormError/form-error';
@import './components/Glossary/glossary';
@import './components/Header/header';
@import 'src/components/PictureCard/picture-card';
@import './components/PictureCard/picture-card';
@import './components/Input/input';
@import './components/InputError/input-error';
@import './components/KeyFigures/key-figures';
Expand Down

0 comments on commit 66fdd84

Please sign in to comment.