Files
setup-ruby/node_modules/cssstyle/lib/constants.js
Stephen Franceschelli f26956e368 Fix.
2019-07-15 11:40:40 -04:00

7 lines
84 B
JavaScript

'use strict';
module.exports.POSITION_AT_SHORTHAND = {
first: 0,
second: 1,
};