mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-05 16:34:45 +00:00
11 lines
407 B
Plaintext
11 lines
407 B
Plaintext
// Currently using this as a checklist for which files I have successfully converted into sass versions.
|
|
|
|
// @import "variables.less"; // variable
|
|
// @import "path.less"; // typography
|
|
// @import "core.less"; // component
|
|
// @import "sizes.less"; // variable
|
|
@import "rarities.less"; // variable
|
|
@import "width.less"; // variable(?)
|
|
// @import "icons.less"; // component
|
|
@import "border.less"; // component
|