Results 25 issues of Patrik Illy

1. I'm selecting more css files within glob and files are in subfolders `css: ['assets/css/**/*.css']` select this files: - assets/css/index.css - assets/css/templates/default.css 2. I'm setting output path - I'm using...

CLI

I'm using AOS library, where in the code is: `var e=document.querySelectorAll("[data-aos]");`. In HTML I have element with `data-aos` attribute, but in console I get: `[TypeError: Cannot read property 'querySelectorAll' of...

**Test case:** http://codepen.io/illycz/pen/yMEvoG How to make all cells equal height? I tried solutions with gallerySize true and false too, but I can't figure it out. A need solution which working...

How do I?

Have you been thinking over support @supports query?

I love this tool, but I need the map feature, which is mentioned here: https://github.com/LeanMeanFightingMachine/dploy/issues/72 @lucasmotta say (in 2015 :) that new version will be released soon: https://github.com/LeanMeanFightingMachine/dploy/issues/45#issuecomment-113103551 So?

CSS map not working in DEV mode. ![image](https://user-images.githubusercontent.com/2109984/41040690-67f0debe-699d-11e8-98b6-80d0adef4894.png) vs ![image](https://user-images.githubusercontent.com/2109984/41040762-99799994-699d-11e8-98b2-6fad3400c9a0.png)

There are many warnings if I try use variable: ``` /* The default CSS file. You can use @import here to include CSS inside folders */ @import 'imports/reset.css'; $bg: #f00;...

``` Cannot read config file: .../forestry-hugo/.eslintrc.yml Error: duplicated mapping key at line 72, column 3: compat/compat: error ^ ```

Your CMS looks promising. Is there some tutorial, how to implement form which I was created in admin panel? I found Cockpit docs dedicated to forms: https://getcockpit.com/docs#!modules/forms but I don't...