c6 icon indicating copy to clipboard operation
c6 copied to clipboard

Compile SASS Faster ! C6 is a SASS-compatible compiler

Results 47 c6 issues
Sort by recently updated
recently updated
newest added

First, Bravo for making this project. I tried to use it but no result done. So, i looked at the code and in `cmd/c6`, the function that codes compile command...

``` scss @var $width = 10; @var $height = 10; ``` With type declaration: ``` scss @var $width int = 10; @var $height int = 10; ```

Improvement
RFC

When `_index.scss` does not exist, we sort the filenames in ascending order to import the files. ``` components/menu/_01_menu.scss components/menu/_02_menu_bar.scss components/menu/_02_menu_item.scss ```

Feature

Let user customize directive statement (?)

RFC