tachyons icon indicating copy to clipboard operation
tachyons copied to clipboard

Remove IE6/7 prefix support

Open cupcakearmy opened this issue 2 years ago • 2 comments

Hey there, first of all: love the project!

Building with parcel fails because of:

*/
/* Nicolas Gallaghers Clearfix solution
   Ref: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }     <------------------------------------------------------- This here
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.cn { clear: none; }
/*

The prefix breaks moders css parsers as it's not valid CSS. Is IE6/7 support still relevant? Would be great to drop that.

Related Issue: https://github.com/parcel-bundler/parcel-css/issues/39

cupcakearmy avatar Mar 30 '22 12:03 cupcakearmy

Been the thorn in my side for months... Can't find a better replacement for basscss than tachyons (hucssley doesn't have a stable release yet), don't wanna use clunkier build tools than parcel, don't wanna keep using outdated parcel versions.

Judging from the git dates, this project isn't active anymore?

#701 has done the work already

leaumar avatar Jun 23 '22 23:06 leaumar

It's basically abbandoned at this point unfortunately :/

cupcakearmy avatar Jun 24 '22 09:06 cupcakearmy

Agreed! Let's get rid of

.cf {
    *zoom: 1;
}

jzwood avatar Nov 07 '22 20:11 jzwood

I guess this is abandoned... just had to copy the file into my repo and edit them, then uninstall tachyons

theslantedroom avatar Oct 30 '23 22:10 theslantedroom

It isn't abandoned, it would be a breaking change to v4 to remove so this will not be removed in v4.

mrmrs avatar Nov 07 '23 20:11 mrmrs