File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -1719,17 +1719,6 @@ namespace Sass {
1719
1719
return res;
1720
1720
}
1721
1721
1722
- // //////////////
1723
- // URL FUNCTIONS
1724
- // //////////////
1725
-
1726
- Signature image_url_sig = " image-url($path, $only-path: false, $cache-buster: false)" ;
1727
- BUILT_IN (image_url)
1728
- {
1729
- error (" `image_url` has been removed from libsass because it's not part of the Sass spec" , pstate);
1730
- return 0 ; // suppress warning, error will exit anyway
1731
- }
1732
-
1733
1722
// ////////////////////////
1734
1723
// MISCELLANEOUS FUNCTIONS
1735
1724
// ////////////////////////
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ namespace Sass {
89
89
extern Signature call_sig;
90
90
extern Signature not_sig;
91
91
extern Signature if_sig;
92
- extern Signature image_url_sig;
93
92
extern Signature map_get_sig;
94
93
extern Signature map_merge_sig;
95
94
extern Signature map_remove_sig;
@@ -172,7 +171,6 @@ namespace Sass {
172
171
BUILT_IN (call);
173
172
BUILT_IN (sass_not);
174
173
BUILT_IN (sass_if);
175
- BUILT_IN (image_url);
176
174
BUILT_IN (map_get);
177
175
BUILT_IN (map_merge);
178
176
BUILT_IN (map_remove);
You can’t perform that action at this time.
0 commit comments