ahmadawais / WPGulp

An advanced Gulp workflow for WordPress development with extensive documentation. Used by 40,000+ themes and plugins.

Home Page:https://twitter.com/MrAhmadAwais/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sass Glob

imaarmstrong opened this issue · comments

Is there a way to implement gulp-sass-glob so I can import directories?

I want to be able to do this

`// Import Bootstrap and its default variables
@import "node_modules/bootstrap/scss/bootstrap";

// Import our variables
@import "/defaults/.scss";
// Import our block styles
@import "theme-overrides/
.scss";`

Thanks.

Sorry, found where it needs to go. Sorry for that