c9s

Results 398 issues of c9s

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

1. Proposal 1: ``` sass @constant width: 100 * 100 ``` 1. Proposal 2: ``` sass $width: 100 * 100 !constant; ```

RFC

``` scss foo { display: expression("inline", (this.innerHTML += (this.innerHTML.indexOf(",") == -1 ? ", " : "")), this.runtimeStyle.display = "inline"); } foo{display:expression("inline", (this.innerHTML += (this.innerHTML.indexOf(",") == -1 ? ", " :...

IE
Functions

- [ ] Selector - [ ] Ruleset - [ ] Property - [ ] Nested Ruleset - [ ] Function call - [ ] Interpolation - [ ] `calc()`...

Core

- [ ] Fault-tolerance ability - [ ] Ability to restore parser states. - [ ] Use channel to pass error report. - [ ] Provider error reporter to print...

Improvement