mirror of
https://github.com/cupcakearmy/wordpress-template.git
synced 2026-02-04 10:49:17 +00:00
build chain
This commit is contained in:
5
src/js/index.js
Normal file
5
src/js/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import $ from 'jquery'
|
||||
|
||||
$(() => {
|
||||
console.log('Ready')
|
||||
})
|
||||
9
src/styles/index.styl
Normal file
9
src/styles/index.styl
Normal file
@@ -0,0 +1,9 @@
|
||||
html, body:
|
||||
padding 0
|
||||
margin 0
|
||||
font-size: 1rem
|
||||
|
||||
*:
|
||||
box-sizing border-box
|
||||
-webkit-overflow-scrolling touch
|
||||
scroll-behavior smooth
|
||||
Reference in New Issue
Block a user