gsuez / master-bootstrap-3

Joomla 3.x Template with Bootstrap 3
https://www.masterbootstrap.com/
142 stars 90 forks source link

SASS attribute selectors don't work #43

Closed masilver99 closed 7 years ago

masilver99 commented 7 years ago

For example: div[itemprop="blogPost"] { border: 1px solid #e3e3e3; border-radius: 3px 3px 0 0; } will be removed from the compiled CSS.

The leafo version of the sass compiler is out of date. Updating the leafo source to the latest appears to be working for me.

gsuez commented 7 years ago

Hi masilver99 thank you. I will check this issue.

phproberto commented 7 years ago

👍
Please check: https://github.com/gsuez/master-bootstrap-3/pull/44