Pseudo mixin for SCSS

    0

    0

    SASS/SCSS Starter Kit

    The @mixin pseudo() function attaches a display: block to the current element and sets its position to the specified absolute position.

    Shortcut: scss.mixin.pseudo

    @mixin pseudo($display: block, $pos: absolute, $content: ''){
      content: $content;
      display: $display;
      position: $pos;
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.