We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 253a4ca + a5e2cd6 commit 4d8d1edCopy full SHA for 4d8d1ed
src/prelexer.cpp
@@ -195,15 +195,25 @@ namespace Sass {
195
sequence <
196
zero_plus <
197
alternatives <
198
- identifier,
+ sequence <
199
+ optional <
200
+ exactly <'$'>
201
+ >,
202
+ identifier
203
204
exactly <'-'>
205
>
206
>,
207
interpolant,
208
209
210
digits,
211
212
213
214
215
216
217
quoted_string,
218
exactly<'-'>
219
0 commit comments