UNPKG

kouto-swiss

Version:

A complete CSS framework for Stylus

19 lines (11 loc) 875 B
### *no conflict* mode & mixins aliases If you use **kouto-swiss** with other mixin libraries (such as [bootstrap-stylus](https://github.com/Acquisio/bootstrap-stylus)), variables & mixin name colisions may happen. To avoid that problem, all the functions & mixins of **kouto-swiss** are also available with the `ks-` prefix/namespace before their name. You should include the **kouto-swiss** lib first in your stylesheets, before any other library. #### *no-conflict* mode You can also use the *no-conflict* mode : this will disable all the *public* or potentially conflicting variables & mixins name used by **kouto-swiss**, letting only the `ks-` prefixed variables & mixins availables. To use the *no-conflict* mode, simple set the `ks-no-conflict` variable to `true` **before** including **kouto-swiss**. ```stylus ks-no-conflict = true @import "kouto-swiss" ```