You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`[input_path]`: Path to SCSS file or directory containing SCSS files to be compiled, relative to the current working directory.
88
88
-`[output_path]`: Path to file or directory where CSS + source map files will be stored, relative to original file location (if not provided, `css/` is used).
89
89
90
-
**💡 Note:** If folders are passed, files will be processed recursively unless `-R` or `--no-recursion` is passed.
90
+
**📝 Note:** If folders are passed, files will be processed recursively unless `-R` or `--no-recursion` is passed.
91
91
92
92
#
93
93
@@ -129,7 +129,7 @@ Specify both **input and output** directories (outputs to `output_folder/`):
129
129
$ scss-to-css input_folder output_folder
130
130
```
131
131
132
-
**💡 Note:** Output CSS is minified unless `-M` or `--no-minify` is passed.
132
+
**📝 Note:** Output CSS is minified unless `-M` or `--no-minify` is passed.
-`[input_path]`: Path to SCSS file or directory containing SCSS files to be compiled, relative to the current working directory.
88
88
-`[output_path]`: Path to file or directory where CSS + source map files will be stored, relative to original file location (if not provided, `css/` is used).
89
89
90
-
**💡 Note:** If folders are passed, files will be processed recursively unless `-R` or `--no-recursion` is passed.
90
+
**📝 Note:** If folders are passed, files will be processed recursively unless `-R` or `--no-recursion` is passed.
91
91
92
92
#
93
93
@@ -129,7 +129,7 @@ Specify both **input and output** directories (outputs to `output_folder/`):
129
129
$ scss-to-css input_folder output_folder
130
130
```
131
131
132
-
**💡 Note:** Output CSS is minified unless `-M` or `--no-minify` is passed.
132
+
**📝 Note:** Output CSS is minified unless `-M` or `--no-minify` is passed.
-`[input_path]`: SCSS ফাইল বা ডিরেক্টরির পাথ যেখানে SCSS ফাইল কম্পাইল করা হবে, বর্তমান কার্যকারী ডিরেক্টরির সাথে সম্পর্কিত।
86
86
-`[output_path]`: ফাইল বা ডিরেক্টরির পাথ যেখানে CSS + সোর্স ম্যাপ ফাইলগুলি সংরক্ষণ করা হবে, মূল ফাইলের অবস্থানের সাথে সম্পর্কিত (যদি প্রদান না করা হয়, `css/` ব্যবহার করা হয়)।
87
87
88
-
**💡 দ্রষ্টব্য:** ফোল্ডারগুলি পাস করা হলে, ফাইলগুলি পুনরাবৃত্তিমূলকভাবে প্রক্রিয়া করা হবে যদি না `-R` বা `--no-recursion` পাস না হয়।
88
+
**📝 দ্রষ্টব্য:** ফোল্ডারগুলি পাস করা হলে, ফাইলগুলি পুনরাবৃত্তিমূলকভাবে প্রক্রিয়া করা হবে যদি না `-R` বা `--no-recursion` পাস না হয়।
-`[eingabepfad]`: Pfad zur SCSS-Datei oder zum Verzeichnis, das die zu kompilierenden SCSS-Dateien enthält, relativ zum aktuellen Arbeitsverzeichnis.
86
86
-`[ausgabepfad]`: Pfad zur Datei oder zum Verzeichnis, in dem CSS- und Quellzuordnungsdateien gespeichert werden, relativ zum ursprünglichen Dateispeicherort (falls nicht angegeben, wird `css/` verwendet).
87
87
88
-
**💡 Hinweis:** Wenn Ordner übergeben werden, werden Dateien rekursiv verarbeitet, es sei denn, `-R` oder `--no-recursion` wird übergeben.
88
+
**📝 Hinweis:** Wenn Ordner übergeben werden, werden Dateien rekursiv verarbeitet, es sei denn, `-R` oder `--no-recursion` wird übergeben.
89
89
90
90
#
91
91
@@ -127,7 +127,7 @@ Geben Sie sowohl **Eingabe- als auch Ausgabeverzeichnisse** an (Ausgaben in `aus
127
127
$ scss-to-css eingabeordner ausgabeordner
128
128
```
129
129
130
-
**💡 Hinweis:** Ausgabe-CSS wird minimiert, sofern nicht `-M` oder `--no-minify` übergeben wird.
130
+
**📝 Hinweis:** Ausgabe-CSS wird minimiert, sofern nicht `-M` oder `--no-minify` übergeben wird.
-`[ruta_de_entrada]`: Ruta al archivo SCSS o al directorio que contiene los archivos SCSS que se van a compilar, en relación con el directorio de trabajo actual.
86
86
-`[ruta_de_salida]`: Ruta al archivo o directorio donde se almacenarán los archivos CSS y de mapas fuente, en relación con la ubicación del archivo original (si no se proporciona, se utiliza `css/`).
87
87
88
-
**💡 Nota:** Si se pasan carpetas, los archivos se procesarán de forma recursiva a menos que se pase `-R` o `--no-recursion`.
88
+
**📝 Nota:** Si se pasan carpetas, los archivos se procesarán de forma recursiva a menos que se pase `-R` o `--no-recursion`.
89
89
90
90
#
91
91
@@ -127,7 +127,7 @@ Especifique los directorios **entrada y salida** (salidas a `carpeta_salida/`):
127
127
$ scss-to-css carpeta_entrada carpeta_salida
128
128
```
129
129
130
-
**💡 Nota:** El CSS de salida se minimiza a menos que se pase `-M` o `--no-minify`.
130
+
**📝 Nota:** El CSS de salida se minimiza a menos que se pase `-M` o `--no-minify`.
0 commit comments