git ssb

0+

mixmix / patchbay-scry



Tree: 83748629af52473497dd0896a5c487f66982c8ff

Files: 83748629af52473497dd0896a5c487f66982c8ff / lib / get-css.js

144 bytesRaw
1const compile = require('micro-css')
2const getMCSS = require('./get-mcss')
3
4module.exports = function getCSS () {
5 return compile(getMCSS())
6}
7

Built with git-ssb-web