# csstips **Repository Path**: mirrors_piotrwitek/csstips ## Basic Information - **Project Name**: csstips - **Description**: CSS Tips to help beginners using CSS in TS / JS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # What's here A bunch of csstips that you can use with TypeStyle. What is a csstip? - A function that returns a mixin (e.g. `padding`) - A mixin (e.g. flexbox stuff). - Functions to make page setup easier (`setupPage`) and CSS designs consistent (`normalize`). # Quick exploration Just use TypeScript autocomplete e.g ```ts import * as csstips from "csstips" import {style} from "typestyle"
.....Insert a big block of dom here....
``` It essentially makes it easier for: - Beginners to explore CSS. - Experts to review CSS / intent. - Provides examples for how to create mixins / mixin creating functions for TypeStyle. # Docs [http://typestyle.io](http://typestyle.io)