git ssb

2+

mixmix / ticktack



Tree: bc9472388e14fcf3a02a4397b3d69d16bf96390d

Files: bc9472388e14fcf3a02a4397b3d69d16bf96390d / styles / css / fontAwesome.js

318 bytesRaw
1const nest = require('depnest')
2const requireStyle = require('require-style')
3const { assign } = Object
4
5exports.gives = nest('styles.css')
6
7exports.create = function (api) {
8 return nest('styles.css', (sofar = {}) => {
9 return assign(
10 sofar,
11 { fontAwesome: requireStyle('font-awesome') }
12 )
13 })
14}
15

Built with git-ssb-web