diff options
Diffstat (limited to 'src/css/var/cssExpand.js')
-rw-r--r-- | src/css/var/cssExpand.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/css/var/cssExpand.js b/src/css/var/cssExpand.js new file mode 100644 index 000000000..5bb6e8f85 --- /dev/null +++ b/src/css/var/cssExpand.js @@ -0,0 +1,3 @@ +define(function() { + return [ "Top", "Right", "Bottom", "Left" ]; +});
\ No newline at end of file |