Quantcast
Channel: bundletransformer Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 698

Commented Unassigned: autoprefixer does not generate columns? [128]

$
0
0
I was able to get autoprefixer installed and running for SCSS and for most things it works great (flex, transition, box-sizing), however for columns I can't seem to get it to work for any browsers.

I've tried a couple different settings:
<add conditionalExpression="> 1% in US" />
<add conditionalExpression="last 2 versions" />
<add conditionalExpression="Firefox > 20" />

and none seem to be working. Any thoughts on what I can do to get Columns prefixing?

Edit:
To clarify, if we just write a single prefix, autoprefixer is not adding new prefixes.

We are using the SASS compiler. We have tested our code using Andrey Sitnik's Autoprefixer and gulp and everything works as expected in that it generates new prefixes.
Comments: I have everything working correctly, even with `> 1% in US` conditional expression: ``` .intro { -webkit-columns: 300px 2; -moz-columns: 300px 2; columns: 300px 2; } ``` May be you have incorrectly plugged the BundleTransformer.Autoprefixer? I recommend you to read [“Bundle Transformer: Autoprefixer”](https://bundletransformer.codeplex.com/wikipage?title=Bundle%20Transformer%3a%20Autoprefixer) section of the documentation and [“Running Autoprefixer with BundleTransformer / LESS in Debug mode”](http://stackoverflow.com/questions/29001470/running-autoprefixer-with-bundletransformer-less-in-debug-mode/29167038#29167038) discussion on Stack Overflow.

Viewing all articles
Browse latest Browse all 698

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>