We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1ab17 commit d4aef27Copy full SHA for d4aef27
1 file changed
src/Core/Global/Options.scss
@@ -110,18 +110,5 @@
110
@return $value;
111
}
112
113
- @return get_default_settings($keys);
114
-}
115
-
116
-///
117
-/// Get default settings
118
-/// from the options.scss API file
119
120
-/// @param {String(s)} $keys
121
122
-/// @return mixed
123
124
-@function get_default_settings($keys)
125
-{
126
@return get.settings($keys...);
127
0 commit comments