Skip to content

lukelarsen/postcss-assemble-table-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PostCSS Assemble Table Header

PostCSS plugin that helps with the use of Assemble Tables.

This plugin will help set the widths of table cells when using the Assemble framework.

Example

.table-cell-widths{
    15: 15px;
    half: 50%;
}

Will output:

.t-15 {
    width: 15px
}

.t-half {
    width: 50%
}

Usage

This plugin doesn't do much on it's own. It is part of a PostCSS framework called Assemble. This plugin is included in Assemble Tables. For usage see Assemble Tables.

About

A PostCSS plugin that helps with the use of Assemble Tables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published