File tree 1 file changed +1
-6
lines changed
tests/legacy-cli/e2e/tests/build/styles
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' ;
2
2
import { installPackage } from '../../../utils/packages' ;
3
3
import { ng , silentExec } from '../../../utils/process' ;
4
4
import { updateJsonFile } from '../../../utils/project' ;
@@ -20,11 +20,6 @@ export default async function () {
20
20
// Create configuration file
21
21
await silentExec ( 'npx' , 'tailwindcss' , 'init' ) ;
22
22
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
-
28
23
// Add Tailwind directives to a global style
29
24
await writeFile ( 'src/styles.css' , '@tailwind base; @tailwind components;' ) ;
30
25
You can’t perform that action at this time.
0 commit comments