keyrune/less/width.less
2016-12-13 21:55:44 -06:00

8 lines
92 B
Plaintext

/**
* Fixed width */
.@{ss-prefix}-fw {
width: (18em / 14);
text-align: center;
}