1
0
mirror of https://github.com/andrewgioia/keyrune.git synced 2025-01-09 04:59:12 +00:00
keyrune/less/width.less

8 lines
92 B
Plaintext
Raw Normal View History

2015-03-21 22:27:24 +00:00
/**
* Fixed width */
.@{ss-prefix}-fw {
2015-03-21 22:27:24 +00:00
width: (18em / 14);
text-align: center;
}