Skip to content

Commit

Permalink
fix: tweak tailwind integration
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Dec 14, 2020
1 parent 9474780 commit 53c6b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
/* You can add global styles to this file, and also import other style files */
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function (options: WebStyleSchematicSchema): Rule {
? externalSchematic('@ngneat/tailwind', 'ng-add', {
project: appName,
style: 'scss',
'use-custom-webpack-beta': true,
useCustomWebpackBeta: true,
})
: noop(),
addFiles(normalizedOptions, `./files/${library}`),
Expand Down

0 comments on commit 53c6b3c

Please sign in to comment.