Last active
June 1, 2024 14:10
-
-
Save tomaswrobel/ee4e9d52925cc48722853c922cb3b549 to your computer and use it in GitHub Desktop.
Gist created by https://playgist.dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
box-sizing: border-box; | |
} | |
html { | |
font-family: sans-serif; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import $ from "jquery"; | |
$("body").css("background", "blue"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment