File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -196,10 +196,8 @@ pub struct StringOptions {
196
196
#[ cfg_attr( feature = "serde" , serde( skip) ) ]
197
197
pub input_importer : Option < SassImporter > ,
198
198
/// More information: [Sass documentation](https://sass-lang.com/documentation/js-api/interfaces/StringOptionsWithoutImporter#syntax)
199
- /// - [Sass documentation](https://sass-lang.com/documentation/js-api/interfaces/StringOptionsWithImporter#syntax)
200
199
pub syntax : Syntax ,
201
200
/// More information: [Sass documentation](https://sass-lang.com/documentation/js-api/interfaces/StringOptionsWithoutImporter#url)
202
- /// - [Sass documentation](https://sass-lang.com/documentation/js-api/interfaces/StringOptionsWithImporter#url)
203
201
pub url : Option < Url > ,
204
202
}
205
203
You can’t perform that action at this time.
0 commit comments