💻
Working from home
- Mumbai, India
-
04:55
(UTC +05:30)
Pinned Loading
-
wraith-linux-setup
wraith-linux-setup 1#!/bin/bash
2# Based on https://gist.github.com/ManuelTS/935155f423374e950566d05d1448038d
34set -eo pipefail
5 -
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 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
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.