? Success

User tests: Successful: Unsuccessful:

avatar 810
810
3 Jun 2014
avatar 810 810 - open - 3 Jun 2014
avatar Bakual
Bakual - comment - 3 Jun 2014

This CSS rules are actually coming from a {LESS} file. In that case it's this import: https://github.com/joomla/joomla-cms/blob/staging/templates/protostar/less/template.less#L86

It imports the file https://github.com/joomla/joomla-cms/blob/staging/templates/protostar/less/icomoon.less.

So the Icomoon stuff should actually be exactly the same as the one in the icomoon.css you want to load.

Loading the icomoon.css file as a separate entity doesn't make much sense to me when we can include it automatically in the main template.css file.

If you want to make changes to it, you would need to adjust the LESS files and afterwards run /build/generatecss.php so the template.css files get updated.

avatar yireo
yireo - comment - 11 Jul 2014

As mentioned by @Bakual the IcoMoon CSS is added to the ProtoStar CSS using LESS. So removing it from CSS makes no sense. I think the reason why this PR was placed was that if a third party extension (like Kunena) uses IcoMoon, and the template also uses the IconMoon - but both use a different IcoMoon version, this leads to conflicts. Understandable, but removing the CSS is no option. There is no other option than to rebuild the CSS using LESS.
I'm sorry to say that this pull request is best closed.

avatar brianteeman
brianteeman - comment - 11 Jul 2014

Closed

avatar brianteeman brianteeman - change - 11 Jul 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-07-11 12:54:54
avatar brianteeman brianteeman - close - 11 Jul 2014

Add a Comment

Login with GitHub to post a comment