logo

pleroma-fe

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

icon.style.js (257B)


  1. export default {
  2. name: 'Icon',
  3. virtual: true,
  4. selector: '.svg-inline--fa',
  5. defaultRules: [
  6. {
  7. component: 'Icon',
  8. directives: {
  9. textColor: '$blend(--stack, 0.5, --parent--text)',
  10. textAuto: 'no-auto'
  11. }
  12. }
  13. ]
  14. }