hexo-theme-ayer/source-src/css/_partial/float.styl
2020-03-02 13:55:29 +08:00

9 lines
118 B
Stylus

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