aboutsummaryrefslogtreecommitdiffstats
path: root/.gitreview
blob: 737fc8851c4a7d9a7de701b437ae761c08911938 (plain)
1
2
3
4
[gerrit]
host=gerrit.onap.org
port=29418
project=policy/apex-pdp.git
nst postcss = require('postcss'); const processCss = function(file, done) { postcss([ next, modules({ getJSON: function(filename, json) { file.rename(file.path + '.json') done(JSON.stringify(json)) } }) ]).process(file.content, { from: file.path, to: file.path }).catch(function(err) { throw err }) }