exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
60 stars 24 forks source link

Add optional LESS/SCSS vendor auto-prefixing #1528

Closed dleffler closed 3 years ago

dleffler commented 4 years ago

Vendor prefixes for compiled .less or .scss files might be desired to alleviate browser anomalies. Recently (6/18/2020) development code was added in Exponent CMS to detect if php-autoprefixer is installed and if so use it. Please be aware the prefixer MUST be installed as below AND this option will add some time for the initial page load when .less/.scss files are rebuilt (esp. bootstrap).

To update site stylesheets:

This solution should add vendor prefixes as listed here.

dleffler commented 3 years ago

Added to code and will be included in next release