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
@heyyoyo good suggestions, I'm currently not able to implement the suggestions just yet (need to get a project that needs it first), that will come eventually, but in the mean time I'd suggest you make a merge request with the changes, then I'll get them in? Last I checked breakpoint-sass had some problems with Libsass though, but maybe it's been solved since I last looked at the project?
Really nice job on this Drupal theme !
I think it will be great to add:
Sass globing :
I found this gulp plugin: https://github.com/wiledal/gulp-include which does the job perfectly.
Regular installation:
npm install gulp-include --save-dev
Just need to add:
before:
And then in style.scss we just import files with regex:
For example:
Susy grid + breakpoint
Maybe an option in yeoman to add this grid system.
Install those 2 npm plugins:
And then import those 2 files inside styles.css:
Uncss
Style testing it, how to include it with Drupal
Critical css
Style testing it, how to include it with Drupal
The text was updated successfully, but these errors were encountered: