mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
13 lines
207 B
Plaintext
Executable File
13 lines
207 B
Plaintext
Executable File
//
|
|
// Utility classes
|
|
// --------------------------------------------------
|
|
|
|
|
|
//
|
|
// -------------------------
|
|
|
|
.anti-alias() {
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|