Files
atom/static
Nathan Sobo 312f04f44d Add octicon-mixins.less
This file contains mixins that make it easy to turn any selector into
an icon. You use them in the following way:

```less
@import "octicon-mixins.less";

.entry .disclosure-arrow {
  .mini-icon(arr-collapsed);
}

.entry.expanded .disclosure-arrow {
  .mini-icon(arr-expanded);
}
```

There is also the `.mega-icon` mixin, and you are free to pass a size
as a second parameter, like this: `.mega-icon(octocat, 64px)`
2013-04-15 20:45:55 -06:00
..
2013-04-08 15:36:35 -07:00
2013-03-12 14:59:21 -07:00
2012-08-27 13:20:22 -07:00
2013-03-11 10:02:18 -07:00
2013-04-15 20:45:55 -06:00