Files
setup-ruby/node_modules/cssstyle/lib/constants.js
Stephen Franceschelli e3283467a1 Fix bug. Add workflows.
2019-07-15 13:23:24 -04:00

7 lines
84 B
JavaScript

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