aboutsummaryrefslogtreecommitdiff
path: root/src/components/border.style.js
blob: a87ee9c87e6e7ce37e61bb5cefecb67081d13159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
export default {
  name: 'Border',
  selector: '/*border*/',
  virtual: true,
  defaultRules: [
    {
      directives: {
        textColor: '$mod(--parent, 10)',
        textAuto: 'no-auto'
      }
    }
  ]
}