💻
Working from home
- Mumbai, India
-
00:20
(UTC +05:30)
Pinned Loading
-
wraith-linux-setup
wraith-linux-setup 1#!/bin/bash2# Based on https://gist.github.com/ManuelTS/935155f423374e950566d05d1448038d34set -eo pipefail5 -
Modern CSS Reset
Modern CSS Reset 1/* Makes sizing intuative */2*,
3*::before,
4*::after {
5box-sizing: border-box;
-
-
-
-
Find unused sass variables. Inspired...
Find unused sass variables. Inspired from https://gist.github.com/badsyntax/6193491 1#!/usr/bin/env bash2#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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.