We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa90dc commit 20048ccCopy full SHA for 20048cc
packages/@css-blocks/ember-utils/src/options.ts
@@ -34,11 +34,11 @@ export interface BroccoliConcatOptions {
34
* tree for ember-app. You can use globs if preferred.
35
*
36
* Any top-level files that are processed by Ember CLI will likely be stored
37
- * at "styles/<name-of-file>.css". You can use a plugin such as broccoli-debug
+ * at "assets/<name-of-file>.css". You can use a plugin such as broccoli-debug
38
* to determine the structure of your styles after processing.
39
40
* Your CSS Blocks file will be available by default
41
- * at "styles/css-blocks.css", but will vary if the "output" property is set
+ * at "assets/css-blocks.css", but will vary if the "output" property is set
42
* in your CSS Blocks options.
43
*/
44
inputFiles?: string[];
0 commit comments