5 ms·
I'd say they should avoid bloating CSS, keep Sass style and just use type='text/sass' or type='text/css-nested' in the style tag, but it seems that attribute is
by janitor61 4y ago
I'd say they should avoid bloating CSS, keep Sass style and just use type='text/sass' or type='text/css-nested' in the style tag, but it seems that attribute is depreciated... why is that?
- dagurp 4y agoHow about a new file extension. .css2 or.xcss or something?
- alwillis 4y agoThe type attribute is not deprecated… but of course, no browser supports anything like <link rel="stylesheet" type="text/sass" href="style.css"> And certainly it breaks compatibility with older browsers which won't know what to do with it.
- wruza 4y agoThey don’t know what to do with options 1..5 neither.