-
-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi,
I'm encountering a frustrating issue following the Astroid 3.2.x update.
I've already submitted a ticket on the Astroid support site, but I haven't received a response that truly clarifies or resolves the problem I'm facing.
Here are the problem I'm experiencing:
In the previous Astroid version (3.1.12), which is still active on my production site, I used an external plugin (SCSS Compiler by Lomart) to compile my SCSS files.
With Astroid 3.2 update, SCSSPHP was upgraded to version 2.0, causing a conflict with the SCSS Compiler plugin and rendering my site inaccessible. Consequently, I decided to stop using the plugin and compile my SCSS files directly through Astroid (even if the developer has updated his plugin, thanks Lomart!).
This is working correctly for the most part, except for one significant issue: since upgrading to Astroid 3.2.x, I've been having problems with font properties (font-family, font-size, etc.), link colors are also incorrect.
The strange thing is that this problem only manifests on the homepage.
Home page has its own template style, but I don't see why the Bootstrap file takes priority over the other rules. None of the font rules in template style are taken into account because they are overidden by the Bootsrap file.
In fact from what I can see, it appears that in Astroid 3.2.x, the bootstrap.min.css file located at /media/vendor/bootstrap/css/bootstrap.min.css is overriding my custom styles in the Astroid-compiled CSS file.
All other pages on the site are displaying correctly according to the template settings.
Why is this happening? ... and more importantly, why is this behavior isolated to the homepage?
Thank you for your help.
Lorenzo
Metadata
Metadata
Assignees
Labels
Type
Projects
Status



