mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +00:00
Fix Bulma directly
- Stop importing Bulma under @media - Patch assets/vendor/bulma/sass/utilities/mixins.sass
This commit is contained in:
parent
4df7cbf38d
commit
41157bf9e9
5 changed files with 13 additions and 3974 deletions
|
@ -13,7 +13,6 @@
|
|||
@import "fonts"
|
||||
@import "dark-variables"
|
||||
@import "base-variables"
|
||||
@import "bulma-import"
|
||||
@import "fontawesome-import"
|
||||
@import "base"
|
||||
@import "dark-style"
|
||||
|
|
12
assets/vendor/bulma/sass/utilities/mixins.sass
generated
vendored
12
assets/vendor/bulma/sass/utilities/mixins.sass
generated
vendored
|
@ -191,7 +191,17 @@
|
|||
+block
|
||||
|
||||
=delete
|
||||
@extend %unselectable
|
||||
// Fix begins. Added to patch this error:
|
||||
// "You may not @extend an outer selector from within @media.
|
||||
// You may only @extend selectors within the same directive.
|
||||
// From "@extend %unselectable" on line 194..."
|
||||
//@extend %unselectable
|
||||
-webkit-touch-callout: none
|
||||
-webkit-user-select: none
|
||||
-moz-user-select: none
|
||||
-ms-user-select: none
|
||||
user-select: none
|
||||
// Fix ends
|
||||
-moz-appearance: none
|
||||
-webkit-appearance: none
|
||||
background-color: bulmaRgba($scheme-invert, 0.2)
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
{"Target":"css/main.min.b585a8284c1aac790128d8ef2a1621d21bbe8c16ca31119fa61b25a082cfef02.css","MediaType":"text/css","Data":{"Integrity":"sha256-tYWoKEwarHkBKNjvKhYh0hu+jBbKMRGfphsloILP7wI="}}
|
||||
{"Target":"css/main.min.73eeabe084aa2975778c70c687cd49d5df8f3fbe9968d3927bf39a9a4fdae8c0.css","MediaType":"text/css","Data":{"Integrity":"sha256-c+6r4ISqKXV3jHDGh81J1d+PP76ZaNOSe/Oamk/a6MA="}}
|
Loading…
Reference in a new issue