git ssb

16+

Dominic / patchbay



Tree: 4ed25d0653cf7fe85f8e3eb411723ec297f60638

Files: 4ed25d0653cf7fe85f8e3eb411723ec297f60638 / app / mcss / global.js

281 bytesRaw
1
2const mixins = `
3 _textPrimary {
4 color: #222
5 }
6
7 _textSubtle {
8 color: gray
9 }
10
11 _backgroundPrimary {
12 background-color: #50aadf
13 }
14`
15
16module.exports = {
17 gives: {
18 mcss: true
19 },
20 create: function (api) {
21 return {
22 mcss: () => mixins
23 }
24 }
25}
26
27

Built with git-ssb-web