Bergamolt / scsswind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scsswind SCSS

Scsswind is a javascript free port of tailwindcss, written entirely in Sass.

Example

  header {
    @include use(
      bg-sky-500,
      color-white,
      h-16, 
      w-full, 
      flex, 
      justify-between, 
      items-center, 
      px-4, 
      box-border
    );
  }

About


Languages

Language:SCSS 100.0%