catawampus

1.0.6 • Public • Published

Catawampus CSS: Becasue CSS things go bork and hork in the night.

Classless Responsive CSS Generator for Semantic HTML

Links

Installation

 
npm i -g catawampus
 

Usage

Create a catawampus.mjs in the root of your website project.

 
// configuration https://github.com/catpea/catawampus#readme
 
import {inspect} from 'util';
 
const configuration = {
 
  destination: 'docs',
  template: 'main',
  color: 'main',
 
  colors:[
    {
      id:'main',
      color: {
        primary: '',
        secondary: '',
      },
      background: {
        primary: [],
        secondary: [],
      },
    }
  ],
 
  style: {
    article: {
      header: {
      },
      section: {
      },
      article: {
      },
      footer: {
      },
    }
  },
 
  responsive: [
    {id: ['body'], fontSize: [1, 1.5]},
    {id: ['img'], width: [100, 75, '%']},
  ],
 
}
 
export default async function () {
  return configuration;
}
 
 

Run catawampus in website directory to generate the CSS

Readme

Keywords

none

Package Sidebar

Install

npm i catawampus

Weekly Downloads

0

Version

1.0.6

License

ISC

Unpacked Size

40.6 kB

Total Files

5

Last publish

Collaborators

  • catpea