Skip to content

Commit

Permalink
Merge pull request #253 from swarad07/tailwind-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skippednote committed Nov 17, 2021
2 parents 3914b69 + 3f31733 commit a7827a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generators/templates/copy/components/tailwind.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// @tailwind base;
// @tailwind components;
// @tailwind utilities;
// @import 'tailwindcss/base';
// @import 'tailwindcss/components';
// @import 'tailwindcss/utilities';
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { useEffect } from '@storybook/client-api';
import { addDecorator } from '@storybook/html';
import Twig from 'twig';
import '@/global.css';
import '@/tailwind.css';
import { setupTwig } from './setupTwig';
import './_drupal.js';

Expand Down
1 change: 1 addition & 0 deletions generators/templates/rename/cdt.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ global:
dist/components/main.js:
attributes:
type: module

# tailwind:
# css:
# theme:
Expand Down

0 comments on commit a7827a5

Please sign in to comment.