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
Because of /* autoprefixer: off */ statement in lib/_tools.scss autoprefixer is disabled for the entire generated css file when gel-grid is used. Any ideas?
The text was updated successfully, but these errors were encountered:
When I compile my main scss file, Autoprefixer is disabled on the whole compiled css, because of /* autoprefixer: off */ in gel-grid/lib/_tools.scss declared at the very top of the file.
According to Autoprefixer guys Off/on applies doesn't work in stream. It applies to whole block which leads to this problem.
Because of
/* autoprefixer: off */
statement inlib/_tools.scss
autoprefixer is disabled for the entire generated css file when gel-grid is used. Any ideas?The text was updated successfully, but these errors were encountered: