Yoan Malié

Results 16 comments of Yoan Malié

Hello, here the package.json and postcss.config.js used. macOS 10.14.4 Node.js 10.15.2 npm 6.4.1 package.json: ```json { "name": "test-postcss-preset-env", "scripts": { "dev": "postcss --config postcss.config.js src/main.css --output dist/bundle.css --watch --verbose" },...

Hi, I've been notified but sorry I can't test anymore since I stayed with Sass. @posykrat I don't know if this is related but are you trying to do a...

I got the same error, I added this to the php.ini to make it work : ``` extension=sqlite3.so extension=pdo_sqlite.so ```

@trotzig I want a warning in the console, when scss-lint find a property which is not ordered in the scss-lint.yml file. With this alert, then i can add the missing...

`Ignore_unspecified` is disabled by default. And that do not work, i've never seen an alert about an unspecified property :/ But in case, I have rewrote this rule in my...

Ok now i understand much better where unspecified properties going. So my new question would be: It's could be nice if unspecified properties can be better visible in the warning....

You can do it with the custom linter file https://github.com/brigade/scss-lint/blob/master/lib/scss_lint/linter/README.md#propertyunits

The version 27.0 of Firefox date of 1 year. This version support display: table but have a bug with position relative in table-cells fixed in version 37

So the question is: How many users use a version of Firefox < 37

Congrat, you're in the < 0.1% people who use FF < 27 :D ! http://www.w3schools.com/browsers/browsers_firefox.asp possible it's because of negative margin in rem unit. i can't download an old ff...