hexo-theme-ayer/source/css/_partial/float.styl
2019-12-03 19:37:44 +08:00

9 lines
118 B
Stylus

.float-left
float: left !important;
.float-right
float: right !important;
.float-none
float: none !important;