border.style.js (211B)
- export default {
- name: 'Border',
- selector: '/*border*/',
- virtual: true,
- defaultRules: [
- {
- directives: {
- textColor: '$mod(--parent, 10)',
- textAuto: 'no-auto'
- }
- }
- ]
- }
git clone https://hacktivis.me/git/pleroma-fe.git
border.style.js (211B)
- export default {
- name: 'Border',
- selector: '/*border*/',
- virtual: true,
- defaultRules: [
- {
- directives: {
- textColor: '$mod(--parent, 10)',
- textAuto: 'no-auto'
- }
- }
- ]
- }