git ssb

16+

Dominic / patchbay



Tree: 86ea5da17a73751facaa9e0d8540e9877b49f402

Files: 86ea5da17a73751facaa9e0d8540e9877b49f402 / modules_core / style / mixins.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