Skip to content
View swarad07's full-sized avatar
💻
Working from home
💻
Working from home

Block or report swarad07

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
swarad07/README.md

mystreak

Pinned Loading

  1. wraith-linux-setup wraith-linux-setup
    1
    #!/bin/bash
    2
    # Based on https://gist.github.com/ManuelTS/935155f423374e950566d05d1448038d
    3
    
                  
    4
    set -eo pipefail
    5
    
                  
  2. Modern CSS Reset Modern CSS Reset
    1
    /* Makes sizing intuative */
    2
    *,
    3
    *::before,
    4
    *::after {
    5
      box-sizing: border-box;
  3. 3D-demo 3D-demo Public

    JavaScript

  4. regula-sdk-demo regula-sdk-demo Public

    JavaScript

  5. swarad-chessboard swarad-chessboard Public

    JavaScript

  6. Find unused sass variables. Inspired... Find unused sass variables. Inspired from https://gist.github.com/badsyntax/6193491
    1
    #!/usr/bin/env bash
    2
    #
    3
    # Approach:
    4
    # 1. Find variable declaration in the form of "$my-var: anyvalue"
    5
    # 2. Loop through found variables and find occurrences of each variable in all sass files