1.1.2 • Published 3 years ago

@traaidmark/konstruct-mixins v1.1.2

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Konstruct Mixins

A library of useful mixins and functions to help style awesome things for the web.

Available Mixins

System

Makers

  • _makeList('row|column')
  • _makeSection('row|column') - Mixin to create a common content section with various gutter options.

Adders

Usage Instructions

Import

Example:

@import { _fontSize } from '@traaidmark/konstruct-mixins';

Usage

  const Variables = styled.div`
    ${ _fontSize('medium') }
    background-color: var(--color);
  `;

h