Files: f4d5311f0568a4e8494ef82c9a12ff9545d9f9cd / lib / get-css.js
144 bytesRaw
1 | const compile = require('micro-css') |
2 | const getMCSS = require('./get-mcss') |
3 | |
4 | module.exports = function getCSS () { |
5 | return compile(getMCSS()) |
6 | } |
7 |
Built with git-ssb-web