git ssb

16+

Dominic / patchbay



Tree: 7470f29e565172555b9c2e102a58e88dd52a2d6a

Files: 7470f29e565172555b9c2e102a58e88dd52a2d6a / modules_core / style-mixins.js

226 bytesRaw
1
2const mixins = `
3 $text-primary {
4 color: black
5 }
6
7 $text-subtle {
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