diff options
| author | Julien Déramond <[email protected]> | 2023-04-13 08:47:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-13 09:47:56 +0300 |
| commit | 5e3dc587afddc91d035087b0fb73eca037f3c712 (patch) | |
| tree | c70959db80873e552193c117b3aecd5d1096f388 /.gitignore | |
| parent | b4befee506260d2b62705f3faec5142054feac6b (diff) | |
| download | bootstrap-5e3dc587afddc91d035087b0fb73eca037f3c712.tar.xz bootstrap-5e3dc587afddc91d035087b0fb73eca037f3c712.zip | |
node-sass workflow: improve error message when Sass vars are found (#38448)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2215d636a..0c9b6f556 100644 --- a/.gitignore +++ b/.gitignore @@ -38,5 +38,6 @@ Thumbs.db *.komodoproject # Folders to ignore +/dist-sass/ /js/coverage/ /node_modules/ |
