git ssb

16+

Dominic / patchbay



Tree: 43df95c4d63b7a5a52000171ed8ae86b874f3b5a

Files: 43df95c4d63b7a5a52000171ed8ae86b874f3b5a / modules_core / style / mixins.js

223 bytesRaw
1
2const mixins = `
3 $textPrimary {
4 color: #222
5 }
6
7 $textSubtle {
8 color: gray
9 }
10`
11
12module.exports = {
13 gives: {
14 mcss: true
15 },
16 create: function (api) {
17 return {
18 mcss: () => mixins
19 }
20 }
21}
22
23

Built with git-ssb-web