mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
Merge branch 'as-update-fs-plus' into as-ns-startup-snapshot
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import "octicon-utf-codes.less";
|
||||
|
||||
.icon-size(@size) {
|
||||
font-size: @size;
|
||||
width: @size;
|
||||
@@ -17,7 +19,6 @@
|
||||
}
|
||||
|
||||
.octicon(@name, @size: 16px) {
|
||||
@import "octicon-utf-codes.less";
|
||||
&::before {
|
||||
.icon(@size);
|
||||
content: @@name
|
||||
@@ -25,7 +26,6 @@
|
||||
}
|
||||
|
||||
.mega-octicon(@name, @size: 32px) {
|
||||
@import "octicon-utf-codes.less";
|
||||
&::before {
|
||||
.icon(@size);
|
||||
content: @@name
|
||||
|
||||
Reference in New Issue
Block a user