Skip to content
View lejtzen's full-sized avatar
👐
Wu
👐
Wu

Organizations

@gobrave @robvin @rhznetwork
Block or Report

Block or report lejtzen

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
lejtzen/README.md

Pinned

  1. wheniskeynote.com wheniskeynote.com Public

    Forked from hartator/wheniskeynote.com

    My take on wheniskeynote.com. Check it out!

    JavaScript 2

  2. ask ask Public

    Funny chat based on yesno.wtf API.

    Vue 1 1

  3. japanizer japanizer Public

    Funny japanese translator

    SCSS 3

  4. Tailwind CSS Example Configuration Tailwind CSS Example Configuration
    1
    const defaultTheme = require('tailwindcss/defaultTheme')
    2
    const { '2xl': twoXl, ...screens } = defaultTheme.screens
    3
    const containerPadding = '1.5rem'
    4
    
    
    5
    /** @type {import('tailwindcss').Config} */