-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
enhancementNew feature or requestNew feature or requestrequires deprecationBlocked on a deprecation cycleBlocked on a deprecation cycle
Description
- Proposal (Proposal: deprecate and remove
feature-exists#3749) - Deprecation
- Removal
- Update official spec
- Dart Sass
- Tests
- Website
From sass/sass-spec#1939 (comment):
In practice, essentially all the new features we add fall into one of three categories:
- New built-in functions or mixins, which are easy to detect using other
sass:metafunctions.- Language-level features which are relatively easy to detect on their own (for example, first-class calc can be detected with
calc(1 + 1) == 2).- New syntax which can't even be parsed in implementations that don't support it, for which feature detection isn't particularly useful anyway.
This, combined with the fact that we haven't added a new feature to meta.feature-exists() in years, suggests that it's not useful anymore and should be removed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestrequires deprecationBlocked on a deprecation cycleBlocked on a deprecation cycle