File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
tests/legacy-cli/e2e/tests/build/styles Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1- import { expectFileToMatch , moveFile , writeFile } from '../../../utils/fs' ;
1+ import { expectFileToMatch , writeFile } from '../../../utils/fs' ;
22import { installPackage } from '../../../utils/packages' ;
33import { ng , silentExec } from '../../../utils/process' ;
44import { updateJsonFile } from '../../../utils/project' ;
@@ -20,11 +20,6 @@ export default async function () {
2020 // Create configuration file
2121 await silentExec ( 'npx' , 'tailwindcss' , 'init' ) ;
2222
23- // tailwind doesn't create the config file with a cjs extension.
24- // We need to rename it manually until
25- // https://github.com/tailwindlabs/tailwindcss/commit/6c63f67d20c433b5c7281e9e26744038ed41ccc2 is released.
26- await moveFile ( 'tailwind.config.js' , 'tailwind.config.cjs' ) ;
27-
2823 // Add Tailwind directives to a global style
2924 await writeFile ( 'src/styles.css' , '@tailwind base; @tailwind components;' ) ;
3025
You can’t perform that action at this time.
0 commit comments