Skip to content

Commit

Permalink
fix(plopjs): storybook template eslint import order (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
endv-bogdanb authored and dgonzalezr committed Jun 23, 2023
1 parent 4c5f3a6 commit 5c374cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/generators/plop/scss-variables.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
/* -------------------------------------------------------------------------- */

:host {
--bq-{{kebabCase name}}--margin: 1px;
--bq-{{kebabCase name}}--margin: theme('spacing.m');
}
4 changes: 2 additions & 2 deletions tools/generators/plop/storybook.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Args, Meta, StoryObj } from '@storybook/web-components';
import { html } from 'lit-html';
import mdx from './bq-{{kebabCase name}}.mdx';

import type { Args, Meta, StoryObj } from '@storybook/web-components';
import mdx from './bq-{{kebabCase name}}.mdx';

const meta: Meta = {
title: 'Components/{{sentenceCase name}}',
Expand Down

0 comments on commit 5c374cc

Please sign in to comment.