smartstore / SmartStoreNET

Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
http://www.smartstore.com/en/net
GNU General Public License v3.0
2.64k stars 1.46k forks source link

@extend is creating an absurdly big selector for hybrid buttons #2228

Closed muratcakir closed 3 years ago

muratcakir commented 3 years ago

Hello,

I have the package installed but I am still getting the error below:

During translation of SCSS code, readed from the file '/Themes/Flex/Content/theme.scss', to CSS code syntax error has occurred. See more details:

EndlessExtendError: Extend is creating an absurdly big selector, aborting! on line 68:9 of Themes/Flex/Content/theme.scss

.btn.btn-to-danger { ^

Error code: 1 Description: Extend is creating an absurdly big selector, aborting! File: /Content/shared/_buttons.scss Line number: 472 Column number: 1 Source fragment:

Line 472: .btn.btn-to-danger { ----------^ Line 473: &:not([disabled]):not(.disabled):hover {

Originally posted by @Akinnagbe in https://github.com/smartstore/SmartStoreNET/issues/1275#issuecomment-932610238