ProfessionalWiki / chameleon

Provides a highly flexible and customizable skin using Bootstrap 4
https://www.mediawiki.org/wiki/Skin:Chameleon
Other
115 stars 63 forks source link

Fix abs() issue with Bootstrap 4.6.1 #328

Closed malberts closed 2 years ago

malberts commented 2 years ago

Chameleon previously defined an abs() function which overwrites the SASS core abs() (https://sass-lang.com/documentation/modules/math#abs). This caused a compilation issue with Bootstrap 4.6.1 because it expected to use the core abs(): https://github.com/ProfessionalWiki/Bootstrap/blob/524415029465d560e78e29eb50e2cdd0a8e25ea3/resources/bootstrap/scss/vendor/_rfs.scss#L54-L55