Skip to content
View Bluxart's full-sized avatar
โ™ ๏ธ
Focusing
โ™ ๏ธ
Focusing

Block or report Bluxart

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. WP-Cool-Functions WP-Cool-Functions Public

    A collection of WordPress useful functions.

    PHP 2

  2. threejs-starter threejs-starter Public template

    Basic starter template for ThreeJS application.

    JavaScript

  3. SASS - Padding & Margin Incremental ... SASS - Padding & Margin Incremental Loop
    1
    // Vars
    2
    $properties: ("padding": "pdg", "margin": "mrg"); // Property : Class Name
    3
    $sides: (top, right, bottom, left); // Value
    4
    $increment: 36;
    5
    $unit: px;