Commit 047ce5b0 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3326408: Remove leftover Layout builder modal claro theme styling after...

Issue #3326408: Remove leftover Layout builder modal claro theme styling after removing the Varbase Layout Builder Theme Negotiator
parent b1120300
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
**/*.min.js
**/gulpfile.js
**/node_modules
**/themes/claro/node_modules
+0 −1
Original line number Diff line number Diff line
# Ignore node modules
node_modules
/*/node_modules
/*/themes/claro/node_modules

# Ignore Variables
/css/variables.css
+0 −2
Original line number Diff line number Diff line
@@ -7,8 +7,6 @@
  <!--Exclude folders used by common frontend tools. These folders match the file_scan_ignore_directories setting in default.settings.php-->
  <exclude-pattern>*/node_modules/*</exclude-pattern>
  <exclude-pattern>*/bower_components/*</exclude-pattern>
  <exclude-pattern>*/themes/claro/node_modules/*</exclude-pattern>
  <exclude-pattern>*/themes/claro/bower_components/*</exclude-pattern>
  <!--Exclude minimized css.-->
  <exclude-pattern>*/*.min.css</exclude-pattern>
  <exclude-pattern>css/variables.css</exclude-pattern>
+0 −14
Original line number Diff line number Diff line
@@ -28,17 +28,3 @@ config/**/*.yml
*.lock
*.php
package
themes/claro/scss/*
themes/claro/css/*
themes/claro/node_modules/**/*.css
themes/claro/vendor/**/*.css
themes/claro/**/*.min.css
themes/claro/scss/*
themes/claro/images/*
themes/claro/fonts/*
themes/claro/js/*
themes/claro/tests/*
themes/claro/*.png
themes/claro/*.svg
themes/claro/*.ico
themes/claro/*.json
+0 −1
Original line number Diff line number Diff line
use_claro: 1
Loading