logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

border.style.js (211B)


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