mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-07-30 00:39:51 +00:00
first commit
This commit is contained in:
5
styl/index.styl
Normal file
5
styl/index.styl
Normal file
@ -0,0 +1,5 @@
|
||||
h1
|
||||
font-weight 600
|
||||
|
||||
p
|
||||
font-weight 100
|
4
styl/stylus.d.ts
vendored
Normal file
4
styl/stylus.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
declare module '*.styl' {
|
||||
const content: any
|
||||
export = content
|
||||
}
|
Reference in New Issue
Block a user