feat: migrate spectra lab to tailwind responsive system
All checks were successful
Deploy / deploy (push) Successful in 0s
All checks were successful
Deploy / deploy (push) Successful in 0s
This commit is contained in:
18
tailwind.config.js
Normal file
18
tailwind.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
content: ['./index.html', './app.js'],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ['Inter', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'sans-serif'],
|
||||
serif: ['Noto Serif SC', 'Songti SC', 'serif'],
|
||||
},
|
||||
colors: {
|
||||
ink: '#151515',
|
||||
},
|
||||
boxShadow: {
|
||||
soft: '0 26px 80px rgba(0,0,0,0.26)',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user