A complete CSS framework for Stylus, inspired by nib, compass, and bourbon. Current stable version is 1.1.0 (released 2017-02-26), with no updates since then. It provides mixins, utilities, a grid system, responsive helpers, vendor prefixing, reset, and typography. Unlike nib which is more minimal, kouto-swiss aims to be a full-featured framework similar to Compass for Sass. It integrates with Stylus via the `use()` method in Node.js or `@import` in Stylus files. Note: the project appears unmaintained (last release 2017).
npm install kouto-swissNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use kouto-swiss as a Stylus plugin in Node.js with a simple Stylus snippet using the col() mixin.
Consider switching to nib or modern Stylus alternatives. For new projects, use a different framework.
Use .use(koutoSwiss()) not .use(koutoSwiss).
Install stylus@0.x explicitly: npm install --save-dev stylus@0.54.7
Use require() and avoid import statements.
Use the provided utility functions and avoid overwriting kouto-swiss variables.
Use JavaScript: stylus(str).use(require('kouto-swiss')())Run: npm install --save-dev kouto-swiss
Add @import "kouto-swiss" at the top of your .styl file.
Use: stylus(str).use(require('kouto-swiss')())