Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6265c29

Browse files
committed
Merge branch 'alexanderchr-master'
2 parents 75e065c + 34d48e2 commit 6265c29

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎test/index.js‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,11 @@ describe('constants', () => {
148148
':export {\n coolShadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14);\n}\n' +
149149
'.foo { box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14); }')
150150
})
151+
152+
it('should allow values with nested parantheses', () => {
153+
test(
154+
'@value aaa: color(red lightness(50%));',
155+
':export {\n aaa: color(red lightness(50%))\n}'
156+
)
157+
})
151158
})

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /