Sara Zhang
Results
3
issues of
Sara Zhang
I use `grunt-postcss` to generate css prefix. Configuration as follows: ``` processors: [ require('autoprefixer') { browsers: [ '> 0.04%' ] } ] ``` Sass as follows: ``` @mixin custom-scroll($thumb-bgcolor: $gray-background-color,...
enhancement
I use swipe.js, on computer web page, carousel sppeed is normal, but on mobile web page, carousel sppeed is quicker. How I fix this issue? You can see this situation...