N°2847 - Add Bulma SCSS lib.

This commit is contained in:
Molkobain
2020-07-27 14:46:31 +02:00
parent 8999108fe3
commit d56f6e684a
68 changed files with 59 additions and 1 deletions

11
node_modules/bulma-scss/helpers/_float.scss generated vendored Normal file
View File

@@ -0,0 +1,11 @@
.is-clearfix {
@include clearfix;
}
.is-pulled-left {
float: left !important;
}
.is-pulled-right {
float: right !important;
}