git ssb

2+

mixmix / ticktack



Tree: 3b308f9cde787a78b0a7c44eb1acdc645be0a63b

Files: 3b308f9cde787a78b0a7c44eb1acdc645be0a63b / 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