Gerillass: The best Sass mixins library for modern web design

Announcement: Because LibSass and the packages built on it, including Node Sass, are deprecated, Gerillass will no longer support LibSass since version 1.3.0. If you're having a problem running Gerillass v1.3.0 please consider using Dart Sass instead of LibSass.

Meet the best Sass mixin library to build a website easily.

Gerillass is a website development tool built on top of Sass (Syntactically Awesome Style Sheets) with a set of Sass mixins and functions for frontend developers to generate scalable CSS outputs.

Currently v1.3.1Github Project
“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.

  • Provides the best practices for frontend development!
    Best Practices

    Sass mixins will help you apply best practices for web design.

    Gerillass will provide you not only some CSS hacks but also the best practices to implement most common web design patterns.

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
    Jack Russel

    Very good design and look and feel. Gerillass vanishes the ancient fears of web development!

  • 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!