Gerillass 2.0.0 is out. It renames every utility function and replaces two mixins with one, so read the migration guide before you upgrade.

Gerillass

v2.1.0

The first AI-ready Sass mixin library for modern web design.

Gerillass is a set of mixins and functions built on top of Sass. Every one of them ships with a manifest the test suite verifies, so a coding agent cannot work from stale docs.

“Convert your web design ideas into beautiful websites!"
  • The best Sass library!
    Organized Code

    Create reusable design components with the best SCSS mixins!

    Gerillass will allow you to organize your SCSS and CSS code to create reusable design components to use across your applications.

  • Enhance your productivity with Gerillass.
    Enhancement

    This Sass mixin library will enhance your productivity!

    Gerillass will help you create the most complicated design elements, mostly with just a couple of code lines.

  • Easily create the best UI components.
    Ease of Use

    SCSS to CSS has never been this easy. Accelerate your creativity!

    To get started, you need to download the library and include it in your project. You don’t need to be a master in CLIs or npm packages.

  • Gerillass is readable by coding agents.
    Agent Ready

    Your coding agent can read this library and use it correctly!

    Every mixin and function ships with a machine-readable manifest, and the test suite compiles every example in it, so it cannot go stale.

How to use Gerillass Sass library?

Breakpoint Sass mixin for CSS Media Queries

This Sass mixin will help you to write CSS media queries in Sass, and generate consistent responsive layouts. Provides an easy to use one-line method.

You can set a range between two values ​​(predefined or custom values will be just fine) to apply our styles.

.element {
  @include breakpoint(small, large) {
    background-color: red;
  } 
}

It will generate the CSS code below..

//CSS Output
@media (min-width: 576px) and (max-width: 991px) {
  .element {
    background-color: red;
  }
}

* This is just a simple demonstration of Breakpoint Sass mixin. For more cool features please checkout the documentation or see the source code on Github!

What they say?

If you like the content, please say something about us. Share your thoughts on Twitter, help this project grow!

  • Frontend Developer
    Erdal Yenigul

    This is the one of best Sass mixins toolset. Don't be shy try it! #sass #css

  • Software Engineer
    Muhammed M. Kilic

    If you are afraid of #css like me, this #sass library is exactly for you: @gerillass is easy to understand and ridiculously simple to implement.

  • UI/UX Designer
    Kenan Gundogan

    It looks great, I will definitely include it in the projects I am developing.

  • UI/UX Designer
    Halil I. Cakiroglu

    Rapidly-produce consistent and scalable CSS outputs regardless of the size of the projects you're working on. #gerillass @gerillass

SAY SOMETHING ABOUT US!