style Dashboard
This commit is contained in:
14
node_modules/rtlcss/test/data/variables.js
generated
vendored
Executable file
14
node_modules/rtlcss/test/data/variables.js
generated
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
module.exports = [
|
||||
{
|
||||
'should': 'Should not process variables starting with direction',
|
||||
'expected': ':root {--left-margin: 1em}',
|
||||
'input': ':root {--left-margin: 1em}',
|
||||
'reversable': true
|
||||
},
|
||||
{
|
||||
'should': 'Should not process variables containing direction',
|
||||
'expected': ':root {--brightest: red}',
|
||||
'input': ':root {--brightest: red}',
|
||||
'reversable': true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user