We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ffce1 commit 1b5971aCopy full SHA for 1b5971a
packages/angular_devkit/build_angular/src/webpack/configs/styles.ts
@@ -166,6 +166,7 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
166
const fullPath = path.join(basePath, tailwindConfigFile);
167
if (fs.existsSync(fullPath)) {
168
tailwindConfigPath = fullPath;
169
+ break;
170
}
171
172
// Only load Tailwind CSS plugin if configuration file was found.
0 commit comments