🎨 Rename "entity" to "type"

This commit is contained in:
simurai
2017-06-01 22:51:46 +09:00
parent c1534d7d2d
commit 3425692b14
2 changed files with 36 additions and 36 deletions

View File

@@ -1,24 +1,24 @@
// Atomicons (private)
@entity-array: "\e900";
@entity-boolean: "\e901";
@entity-class: "\e902";
@entity-constant: "\e903";
@entity-constructor: "\e904";
@entity-enum: "\e905";
@entity-field: "\e906";
@entity-file: "\e907";
@entity-function: "\e908";
@entity-interface: "\e909";
@entity-method: "\e90a";
@entity-module: "\e90b";
@entity-namespace: "\e90c";
@entity-number: "\e90d";
@entity-package: "\e90e";
@entity-property: "\e90f";
@entity-string: "\e910";
@entity-variable: "\e911";
@type-array: "\e900";
@type-boolean: "\e901";
@type-class: "\e902";
@type-constant: "\e903";
@type-constructor: "\e904";
@type-enum: "\e905";
@type-field: "\e906";
@type-file: "\e907";
@type-function: "\e908";
@type-interface: "\e909";
@type-method: "\e90a";
@type-module: "\e90b";
@type-namespace: "\e90c";
@type-number: "\e90d";
@type-package: "\e90e";
@type-property: "\e90f";
@type-string: "\e910";
@type-variable: "\e911";
// Octicons