module Sass::Features
def has_feature?(feature_name)
-
(Boolean)
- whether the feature of that name exists.
Parameters:
-
feature_name
(String
) -- The case sensitive name of the feature to
def has_feature?(feature_name) KNOWN_FEATURES.include?(feature_name) end